onnxruntime/js/web/lib/wasm
Jiajia Qin 28c23aed04
[js/webgpu] Fix conv2d with activation (#18388)
### Description
Fix #18297

With PR #17766, conv2d activation in mobilenetv2-12 will not be empty.
However, activation is not supported yet in
[biasActivationSnippet](https://github.com/microsoft/onnxruntime/blob/main/js/web/lib/wasm/jsep/webgpu/ops/3rd-party/activation_util.ts#L48C14-L48C36).
This PR makes all places unify to use
[getActivationSnippet](https://github.com/microsoft/onnxruntime/blob/main/js/web/lib/wasm/jsep/webgpu/ops/fuse-utils.ts#L13)
to fix this issue.
2023-11-10 12:54:35 -08:00
..
binding
jsep [js/webgpu] Fix conv2d with activation (#18388) 2023-11-10 12:54:35 -08:00
proxy-worker
proxy-messages.ts
proxy-wrapper.ts
run-options.ts
session-handler-inference.ts
session-handler-training.ts
session-options.ts
wasm-common.ts
wasm-core-impl.ts
wasm-factory.ts
wasm-training-core-impl.ts
wasm-utils.ts