diff --git a/content/webnn_arch.svg b/content/webnn_arch.svg index a5966504..cf0fe417 100644 --- a/content/webnn_arch.svg +++ b/content/webnn_arch.svg @@ -1,3 +1,3 @@ -

Hardware

Native ML APIs

Browser APIs

Frameworks

Models

ONNX, TensorFlow, PyTorch

ONNX Runtime Web, LiteRT

Wasm

WebNN

WebGPU

DirectML / LiteRT / Core ML

CPU

NPU

GPU

\ No newline at end of file +

Hardware

Native ML APIs

Browser APIs

Frameworks

Models

ONNX, TensorFlow, PyTorch

ONNX Runtime Web / LiteRT.js

Wasm

WebNN

WebGPU

Windows ML / LiteRT / Core ML

CPU

NPU

GPU

\ No newline at end of file diff --git a/explainer.md b/explainer.md index 315fa4d0..b8acd116 100644 --- a/explainer.md +++ b/explainer.md @@ -31,7 +31,7 @@ flowchart TD end subgraph Frameworks - Framework(ONNX Runtime Web, LiteRT) + Framework(ONNX Runtime Web / LiteRT.js) end subgraph Browser_APIs[Browser APIs] @@ -41,7 +41,7 @@ flowchart TD end subgraph Native_ML_APIs[Native ML APIs] - MLAPI[DirectML / LiteRT / Core ML] + MLAPI[Windows ML / LiteRT / Core ML] end subgraph Hardware