Commit ef8ff77
fix g3 dequant (#7683)
Summary:
fix dequant signature. This is cadence::dequantize_per_tensor.out custom op so the function signatures are different. Eventually we would want to use the same signature as quantized_decomposed::* but that would require use to make this change for all backends.
Reviewed By: hsharma35
Differential Revision: D681097021 parent fc6b83e commit ef8ff77
1 file changed
+6
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
| 70 | + | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
561 | 561 | | |
562 | 562 | | |
563 | 563 | | |
564 | | - | |
565 | | - | |
| 564 | + | |
| 565 | + | |
566 | 566 | | |
567 | | - | |
568 | 567 | | |
| 568 | + | |
| 569 | + | |
569 | 570 | | |
570 | 571 | | |
571 | 572 | | |
| |||
0 commit comments