Skip to content

Commit 3f90ef7

Browse files
committed
format
Signed-off-by: Justin Chu <[email protected]>
1 parent 513ec49 commit 3f90ef7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/function_libs/torch_lib/ops_test_data.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,16 +1084,14 @@ def _where_input_wrangler(
10841084
TorchLibOpInfo(
10851085
"nn.functional.pixel_shuffle",
10861086
core_ops.aten_pixel_shuffle,
1087-
)
1088-
.xfail(
1087+
).xfail(
10891088
dtypes=(torch.int32, torch.int64),
10901089
reason="fixme: ONNX Runtime does not support int32/64 inputs",
10911090
),
10921091
TorchLibOpInfo(
10931092
"nn.functional.pixel_unshuffle",
10941093
core_ops.aten_pixel_unshuffle,
1095-
)
1096-
.xfail(
1094+
).xfail(
10971095
dtypes=(torch.int32, torch.int64),
10981096
reason="fixme: ONNX Runtime does not support int32/64 inputs",
10991097
),

0 commit comments

Comments
 (0)