onnxruntime/js/web/docs
Bin Miao 67f5be0da2
[WebNN EP] Support LRN operator (#22775)
WebNN doesn't provide dedicate op for LRN, use a couple of WebNN ops to
emulate it in WebNN EP:
pow -> transpose -> pad -> averagePool -> transpose -> mul -> add -> pow
-> div
@Honry @fdwr PTAL, thanks!
2024-11-12 11:53:52 -08:00
..
webgl-operators.md Integration with ONNX 1.16.0 (#19745) 2024-04-12 09:46:49 -07:00
webgpu-operators.md [js/webgpu] support GridSample operator (#22652) 2024-11-08 11:02:36 -08:00
webnn-operators.md [WebNN EP] Support LRN operator (#22775) 2024-11-12 11:53:52 -08:00