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 513ec49 commit 3f90ef7Copy full SHA for 3f90ef7
tests/function_libs/torch_lib/ops_test_data.py
@@ -1084,16 +1084,14 @@ def _where_input_wrangler(
1084
TorchLibOpInfo(
1085
"nn.functional.pixel_shuffle",
1086
core_ops.aten_pixel_shuffle,
1087
- )
1088
- .xfail(
+ ).xfail(
1089
dtypes=(torch.int32, torch.int64),
1090
reason="fixme: ONNX Runtime does not support int32/64 inputs",
1091
),
1092
1093
"nn.functional.pixel_unshuffle",
1094
core_ops.aten_pixel_unshuffle,
1095
1096
1097
1098
1099
0 commit comments