Commits


Wanming Lin authored and GitHub committed 6c21ab7337a
[WebNN] Support SimplifiedLayerNormalization op (#22674) WebNN doesn't provide dedicate op for SimplifiedLayerNormalization, use a couple of WebNN ops to emulate it in WebNN EP. X --> Pow --> ReduceMean --> Add --> Sqrt --> Div -> Mul