File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
tests/function_libs/torch_lib Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments