Commits


Bin Miao authored and GitHub committed 67f5be0da20
[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!