onnxruntime/js/web/docs
Wanming Lin 2d05c4bcd9
[WebNN] Support SkipSimplifiedLayerNormalization op (#23151)
The algorithm of `SkipSimplifiedLayerNormalization` is quite similar to
the `SimplifiedLayerNormalization`, only different is
`SkipSimplifiedLayerNormalization` provides an additional output used
for calculating the sum of the input, skip and bias (if it exits).

BTW, fix a bug in `SimplifiedLayerNormalization`, adding bias if it
exits.
2024-12-24 12:44:14 -08:00
..
webgl-operators.md Integrate onnx 1.17.0 (#21897) 2024-12-24 09:02:02 -08:00
webgpu-operators.md [js/webgpu] Add GatherND (#22847) 2024-12-04 09:57:32 -08:00
webnn-operators.md [WebNN] Support SkipSimplifiedLayerNormalization op (#23151) 2024-12-24 12:44:14 -08:00