From e8d46888b7477928766e27a6cfe18485947b5221 Mon Sep 17 00:00:00 2001 From: Xu Xing Date: Wed, 4 Dec 2024 11:42:05 +0800 Subject: [PATCH] npm run build:doc --- js/web/docs/webgpu-operators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/web/docs/webgpu-operators.md b/js/web/docs/webgpu-operators.md index 5c8748d75c2bc..20eb67bc8be93 100644 --- a/js/web/docs/webgpu-operators.md +++ b/js/web/docs/webgpu-operators.md @@ -50,7 +50,7 @@ Do not modify directly.* | Gather | ai.onnx(1-10,11-12,13+) | | | GatherBlockQuantized | com.microsoft(1+) | | | GatherElements | ai.onnx(11-12,13+) | | -| GatherND | ai.onnx(11,12,13+) | | +| GatherND | ai.onnx(11+,12+,13+) | | | Gelu | ai.onnx(20+); com.microsoft(1+) | | | Gemm | ai.onnx(7-8,9-10,11-12,13+) | | | GlobalAveragePool | ai.onnx(1+); com.ms.internal.nhwc(1+) | |