From 136d094df8acccab43bd4a704f825e3a35230741 Mon Sep 17 00:00:00 2001 From: Wanming Lin Date: Fri, 20 Dec 2024 15:26:09 +0800 Subject: [PATCH] Fix domain of SimplifiedLayerNormalization --- js/web/docs/webnn-operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/web/docs/webnn-operators.md b/js/web/docs/webnn-operators.md index 636767e506a6f..4bcfae183ffcb 100644 --- a/js/web/docs/webnn-operators.md +++ b/js/web/docs/webnn-operators.md @@ -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 | ✓ | ✓ | |