onnxruntime/js/web/lib/wasm/jsep
Jiajia Qin 5e747071be
[js/webgpu] Fix bug in conv2dByMatMul path (#17369)
### Description
<!-- Describe your changes. -->
For the conv2dByMatMul path, the simulated matmul output shape is the
reshape of the original conv2d. So we should pass this information to
`createMatmulProgramInfo` so that it can process it correctly.
2023-09-02 00:16:28 -07:00
..
webgpu [js/webgpu] Fix bug in conv2dByMatMul path (#17369) 2023-09-02 00:16:28 -07:00
backend-webgpu.ts [js/webgpu] Add input/output shapes information to profiling (#17342) 2023-08-31 08:12:28 -07:00
init.ts [js/webgpu] support error pop and kernel name (#17260) 2023-08-25 08:08:15 -07:00
log.ts [js/webgpu] support proxy for webgpu (#15851) 2023-05-15 16:23:13 -07:00
tensor.ts [Web/JS] Added Slice operator in JSEP. (#16811) 2023-07-25 14:19:20 -07:00
util.ts [js/webgpu] allow 0 sized tensor for tensor view (#16540) 2023-06-30 12:05:04 -07:00