mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-24 02:47:54 +00:00
### Description Modified indexing into outputIndices in the shader code. When the output is 1-dim the outputIndices is not a vector and indexing results in error. ### Motivation and Context Fix the problem in the Reduce Ops implementation in WebGPU. <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> |
||
|---|---|---|
| .. | ||
| 3rd-party | ||
| binary-op.ts | ||
| common.ts | ||
| concat.ts | ||
| conv-grouped.ts | ||
| conv.ts | ||
| conv2d-mm.ts | ||
| fuse-utils.ts | ||
| gemm.ts | ||
| matmul.ts | ||
| pool.ts | ||
| reduce.ts | ||
| transpose.ts | ||
| unary-op.ts | ||