[WebNN EP] Add WebNN operators doc to README.md (#20734)

This commit is contained in:
Wanming Lin 2024-05-21 05:57:40 +08:00 committed by GitHub
parent 0399d1b12d
commit 87d49e3dda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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).