We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db4954 commit b4bec49Copy full SHA for b4bec49
1 file changed
tests/function_libs/torch_lib/ops_test_data.py
@@ -699,6 +699,7 @@ def _where_input_wrangler(
699
reason="fixme: The implementation is numerically unstable: https://github.com/microsoft/onnxscript/issues/1223"
700
),
701
TorchLibOpInfo("fake_quantize_per_channel_affine", core_ops.aten_fake_quantize_per_channel_affine),
702
+ TorchLibOpInfo("fake_quantize_per_tensor_affine", core_ops.aten_fake_quantize_per_tensor_affine),
703
TorchLibOpInfo("fill", core_ops.aten_fill),
704
TorchLibOpInfo("flip", core_ops.aten_flip).skip(
705
reason="fixme: size 0 inputs are not handled yet",
0 commit comments