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 @@ -10023,4 +10023,4 @@ def aten_zeros_like(
1002310023 zero = op .Cast (0 , to = dtype )
1002410024
1002510025 shape = op .Shape (self )
10026- return op .Expand (zero , shape )
10026+ return op .Expand (zero , shape )
Original file line number Diff line number Diff line change @@ -2892,4 +2892,4 @@ def __init__(self):
28922892 sample_inputs_func = sample_inputs_non_max_suppression ,
28932893 supports_out = False ,
28942894 ),
2895- ]
2895+ ]
Original file line number Diff line number Diff line change @@ -2411,4 +2411,4 @@ def _where_input_wrangler(
24112411assert TESTED_OPS .issubset (ALL_OPS_IN_DB ), f"{ TESTED_OPS - ALL_OPS_IN_DB } not in OPS_DB"
24122412assert NONDETERMINISTIC_OPS .issubset (TESTED_OPS ), (
24132413 f"{ NONDETERMINISTIC_OPS - TESTED_OPS } not in TESTED_OPS"
2414- )
2414+ )
You can’t perform that action at this time.
0 commit comments