onnxruntime
bc0256fe
- [webgpu] Move the early return after copying for ScatterND (#25345)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
160 days ago
[webgpu] Move the early return after copying for ScatterND (#25345) ### Description For ScatterND, if the indices are empty (nothing to update), it becomes a copy operation. So we should move the early return after copying.
References
#25345 - [webgpu] Move the early return after copying for ScatterND
Author
qjia7
Parents
b9b75308
Loading