Skip to content

Commit

Permalink
Fix domain of SimplifiedLayerNormalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Honry committed Dec 20, 2024
1 parent 49801bd commit 136d094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/web/docs/webnn-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ operators and the supported opset domain/versions in **WebNN EP** by ONNX Runtim
| ScatterElements | ai.onnx(11-12, 13-15, 16-17, 18+) | scatterElements ||| Only supports 'reduction' == 'none' |
| ScatterND | ai.onnx(11-12, 13-15, 16-17, 18+) | scatterND ||| Only supports 'reduction' == 'none' |
| Shape | ai.onnx(7-12, 13-14, 15-18, 19-20, 21+) | slice ||| |
| SimplifiedLayerNormalization | com.microsoft(1+) | pow, reduceMean, add, sqrt, div, mul ||| |
| SimplifiedLayerNormalization | ai.onnx(1+) | pow, reduceMean, add, sqrt, div, mul ||| |
| Sigmoid | ai.onnx(7-12, 13+) | sigmoid ||| |
| Sign | ai.onnx(9-12, 13+) | sign ||| |
| SkipSimplifiedLayerNormalization | com.microsoft(1+) | pow, reduceMean, add, sqrt, div, mul ||| |
Expand Down

0 comments on commit 136d094

Please sign in to comment.