onnxruntime/onnxruntime
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
..
contrib_ops Update skip layer norm (#22719) 2024-11-12 07:01:30 -08:00
core [WebNN EP] Support LRN operator (#22775) 2024-11-12 11:53:52 -08:00
lora Accomodate BE platforms. Make sure we always write flatbuffers LE (#22375) 2024-10-11 09:14:44 -07:00
python [Quant Tool] Add reduce_range option to get_qdq_config() (#22782) 2024-11-08 14:04:11 -08:00
test Fix LARCH64 compile error (#22759) 2024-11-12 11:47:43 -08:00
tool/etw
wasm [WebNN] Fixed WebNN Module undefined issue (#22795) 2024-11-11 21:31:24 -08:00
__init__.py bumps up version in main from 1.20 -> 1.21 (#22482) 2024-10-17 12:32:35 -07:00
ReformatSource.ps1
ReformatSourcePython.bat
VSCodeCoverage.runsettings