onnxruntime/js/web/lib/wasm/jsep/webgpu/ops/3rd-party
Xu Xing 5bc12bf209
[js/webgpu] Add activation for conv3d naive (#21466)
### Description
<!-- Describe your changes. -->



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-07-29 08:47:41 -07:00
..
activation_util.ts [js/webgpu] Fix conv2d with activation (#18388) 2023-11-10 12:54:35 -08:00
conv2d_mm_webgpu.ts [js/webgpu] Add LeakyRelu activation for fusedConv (#19369) 2024-02-02 09:06:38 -08:00
conv3d_naive_webgpu.ts [js/webgpu] Add activation for conv3d naive (#21466) 2024-07-29 08:47:41 -07:00
conv_backprop_mm_webgpu.ts [JS/WebGPU] Use non-matmul implementation for ConvTranspose in channel-first case. (#20022) 2024-03-23 11:19:14 -07:00
conv_backprop_webgpu.ts [js/webgpu] perform uniform consistency check (#20019) 2024-03-26 17:14:43 -07:00
conv_util.ts [js/webgpu] Refactor matmul conv to support uniforms for matmul (#18452) 2023-11-22 14:42:55 -08:00
matmul_packed_webgpu.ts [js/webgpu] Remove unnecessary initialization of var (#21312) 2024-07-12 12:34:34 -07:00