We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac13b29 commit 0b437a2Copy full SHA for 0b437a2
1 file changed
tests/function_libs/torch_lib/ops_test_data.py
@@ -701,6 +701,9 @@ def _where_input_wrangler(
701
TorchLibOpInfo(
702
"ops.aten.fake_quantize_per_channel_affine", core_ops.aten_fake_quantize_per_channel_affine
703
),
704
+ TorchLibOpInfo(
705
+ "ops.aten.fake_quantize_per_tensor_affine", core_ops.aten_fake_quantize_per_tensor_affine
706
+ ),
707
TorchLibOpInfo("fill", core_ops.aten_fill),
708
TorchLibOpInfo("flip", core_ops.aten_flip).skip(
709
reason="fixme: size 0 inputs are not handled yet",
0 commit comments