Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby committed Nov 11, 2023
1 parent 539c27d commit f679c57
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions onnxscript/tests/function_libs/torch_lib/ops_test_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1308,6 +1308,14 @@ def _where_input_wrangler(
"scalar_tensor",
core_ops.aten_scalar_tensor,
input_wrangler=_scalar_tensor_input_wrangler,
trace_only=True,
),
TorchLibOpInfo(
"scalar_tensor",
core_ops.aten_scalar_tensor,
input_wrangler=_scalar_tensor_input_wrangler,
trace_only=True,
complex=True,
),
TorchLibOpInfo(
"scatter_add",
Expand Down

0 comments on commit f679c57

Please sign in to comment.