File tree Expand file tree Collapse file tree
onnxscript/function_libs/torch_lib/ops
tests/function_libs/torch_lib Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9206,4 +9206,4 @@ def aten_zeros_like(
92069206 zero = op .Cast (0 , to = dtype )
92079207
92089208 shape = op .Shape (self )
9209- return op .Expand (zero , shape )
9209+ return op .Expand (zero , shape )
Original file line number Diff line number Diff line change @@ -2773,4 +2773,4 @@ def __init__(self):
27732773 sample_inputs_func = sample_inputs_non_max_suppression ,
27742774 supports_out = False ,
27752775 ),
2776- ]
2776+ ]
Original file line number Diff line number Diff line change @@ -2372,4 +2372,4 @@ def _where_input_wrangler(
23722372assert TESTED_OPS .issubset (ALL_OPS_IN_DB ), f"{ TESTED_OPS - ALL_OPS_IN_DB } not in OPS_DB"
23732373assert NONDETERMINISTIC_OPS .issubset (TESTED_OPS ), (
23742374 f"{ NONDETERMINISTIC_OPS - TESTED_OPS } not in TESTED_OPS"
2375- )
2375+ )
You can’t perform that action at this time.
0 commit comments