onnxruntime/js/web/lib/wasm
Jiajie Hu acba63c36a
[js/webgpu] Change A/sqrt(B) to A*inverseSqrt(B) in normalization ops (#19101)
### Description
Change `A / sqrt(B)` to `A * inverseSqrt(B)` in BatchNormalization,
InstanceNormalization, LayerNormalization and SkipLayerNormalization.

### Motivation and Context
For the same reason as the existence of the `inverseSqrt` built-in in
WebGPU spec.
2024-01-12 00:08:16 -08:00
..
binding
jsep
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