Commit fde4802
authored
Support aten::scatter.src (#2490)
They are different ATen ops in terms of index type: Scalar or Tensor.
The implementation in ONNX should be the same.
https://github.com/pytorch/pytorch/blame/8d6d3246316e1767a57d5e855acd6208da753b75/aten/src/ATen/native/native_functions.yaml#L8275-L8278
https://github.com/pytorch/pytorch/blame/8d6d3246316e1767a57d5e855acd6208da753b75/aten/src/ATen/native/native_functions.yaml#L8291-L82941 parent 700bb1a commit fde4802
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7592 | 7592 | | |
7593 | 7593 | | |
7594 | 7594 | | |
7595 | | - | |
| 7595 | + | |
7596 | 7596 | | |
7597 | 7597 | | |
7598 | 7598 | | |
| |||
0 commit comments