Skip to content

Commit 513ec49

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

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/function_libs/torch_lib/ops_test_data.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1088,10 +1088,6 @@ def _where_input_wrangler(
10881088
.xfail(
10891089
dtypes=(torch.int32, torch.int64),
10901090
reason="fixme: ONNX Runtime does not support int32/64 inputs",
1091-
)
1092-
.xfail(
1093-
matcher=lambda sample: sample.input.numel() == 0,
1094-
reason="fixme: ORT does not support empty tensor as input",
10951091
),
10961092
TorchLibOpInfo(
10971093
"nn.functional.pixel_unshuffle",
@@ -1100,10 +1096,6 @@ def _where_input_wrangler(
11001096
.xfail(
11011097
dtypes=(torch.int32, torch.int64),
11021098
reason="fixme: ONNX Runtime does not support int32/64 inputs",
1103-
)
1104-
.xfail(
1105-
matcher=lambda sample: sample.input.numel() == 0,
1106-
reason="fixme: ORT does not support empty tensor as input",
11071099
),
11081100
TorchLibOpInfo(
11091101
"ops.aten.reflection_pad1d",

0 commit comments

Comments
 (0)