Skip to content

Commit 198cd72

Browse files
committed
Update
[ghstack-poisoned]
1 parent e0d149e commit 198cd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exir/operator/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def gen_out_variant_schema(func_op_schema: str) -> str:
4848
torch.ops.quantized_decomposed.dequantize_per_channel.default,
4949
torch.ops.quantized_decomposed.dequantize_per_tensor.default,
5050
torch.ops.quantized_decomposed.dequantize_per_tensor.tensor,
51-
torch.ops.quantized_decomposed.convert_element_type.no_fuse,
51+
#torch.ops.quantized_decomposed.convert_element_type.no_fuse,
5252
torch.ops.quantized_decomposed.quantize_per_tensor.default,
5353
torch.ops.quantized_decomposed.quantize_per_tensor.tensor,
5454
torch.ops.quantized_decomposed.quantize_per_channel.default,

0 commit comments

Comments
 (0)