From 87d49e3dda126f76d1bb45133ccf9681c81e3a78 Mon Sep 17 00:00:00 2001 From: Wanming Lin Date: Tue, 21 May 2024 05:57:40 +0800 Subject: [PATCH] [WebNN EP] Add WebNN operators doc to README.md (#20734) --- js/web/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/web/README.md b/js/web/README.md index af6dfad048e61..add96c33948bb 100644 --- a/js/web/README.md +++ b/js/web/README.md @@ -65,6 +65,10 @@ ONNX Runtime Web currently supports a subset of operators in [ai.onnx](https://g WebGPU backend is still an experimental feature. See [webgpu-operators.md](./docs/webgpu-operators.md) for a detailed list of which ONNX operators are supported by WebGPU backend. +#### WebNN backend + +WebNN backend is still an experimental feature. See [webnn-operators.md](./docs/webnn-operators.md) for a detailed list of which ONNX operators are supported by WebNN backend. + ## License License information can be found [here](https://github.com/microsoft/onnxruntime/blob/main/README.md#license).