Skip to content

Commit fde4802

Browse files

File tree

1 file changed

+1
-1
lines changed
  • onnxscript/function_libs/torch_lib/ops

1 file changed

+1
-1
lines changed

onnxscript/function_libs/torch_lib/ops/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7592,7 +7592,7 @@ def aten_scalar_tensor_sym_number(
75927592
return common_ops.cast_to(s, dtype=dtype)
75937593

75947594

7595-
@torch_op("aten::scatter.value", trace_only=True)
7595+
@torch_op(("aten::scatter.value", "aten::scatter.src"), trace_only=True)
75967596
def aten_scatter(
75977597
self: TReal,
75987598
dim: int, # we have to use int here because ScatterElements() will use this attribute

0 commit comments

Comments
 (0)