Skip to content

Commit

Permalink
delete useless dup dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
titaiwangms committed Nov 10, 2023
1 parent c52a6d3 commit f243537
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions onnxscript/tests/function_libs/torch_lib/ops_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -2116,9 +2116,6 @@ def _where_input_wrangler(
ops_test_common.duplicate_opinfo(
OPS_DB, "ops.aten._log_softmax", ("ops.aten._log_softmax_half",)
)
ops_test_common.duplicate_opinfo(
OPS_DB, "ops.aten._native_batch_norm_legit", ("ops.aten._native_batch_norm_functional",)
)
ops_test_common.duplicate_opinfo(OPS_DB, "ops.aten._softmax", ("ops.aten._softmax_half",))
ops_test_common.duplicate_opinfo(OPS_DB, "round", ("round_decimals",))
ops_test_common.duplicate_opinfo(OPS_DB, "squeeze", ("squeeze_dim",))
Expand Down

0 comments on commit f243537

Please sign in to comment.