mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
[WebNN EP] Add WebNN operators doc to README.md (#20734)
This commit is contained in:
parent
0399d1b12d
commit
87d49e3dda
1 changed files with 4 additions and 0 deletions
|
|
@ -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).
|
||||
|
|
|
|||
Loading…
Reference in a new issue