onnxruntime/js/web/lib/wasm/jsep
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
..
webgpu [js/webgpu] Change A/sqrt(B) to A*inverseSqrt(B) in normalization ops (#19101) 2024-01-12 00:08:16 -08:00
backend-webgpu.ts [js/webgpu] Introduce trace support (#18928) 2024-01-03 10:13:17 -08:00
init.ts [js/webgpu] fix heap access > 2GB (#18914) 2023-12-27 15:22:05 -08:00
log.ts
tensor-view.ts [js/web] revise TensorView (#17473) 2023-09-14 21:14:44 -07:00
util.ts