onnxruntime/js/web/lib/wasm/jsep/webgpu/ops
satyajandhyala 3be6eb53c8
[JS/Web] Fixed the output indexing in the shader code when the output is 1-dim. (#16508)
### 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. -->
2023-06-30 09:42:38 -07:00
..
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 [JS/Web] Fixed the output indexing in the shader code when the output is 1-dim. (#16508) 2023-06-30 09:42:38 -07:00
transpose.ts
unary-op.ts [js/webgpu] fix attribute cache key for 2 operators (#15710) 2023-04-27 15:04:33 -07:00