We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d149e commit 198cd72Copy full SHA for 198cd72
exir/operator/util.py
@@ -48,7 +48,7 @@ def gen_out_variant_schema(func_op_schema: str) -> str:
48
torch.ops.quantized_decomposed.dequantize_per_channel.default,
49
torch.ops.quantized_decomposed.dequantize_per_tensor.default,
50
torch.ops.quantized_decomposed.dequantize_per_tensor.tensor,
51
- torch.ops.quantized_decomposed.convert_element_type.no_fuse,
+ #torch.ops.quantized_decomposed.convert_element_type.no_fuse,
52
torch.ops.quantized_decomposed.quantize_per_tensor.default,
53
torch.ops.quantized_decomposed.quantize_per_tensor.tensor,
54
torch.ops.quantized_decomposed.quantize_per_channel.default,
0 commit comments