Skip to content

Commit 7952cc2

Browse files
authored
Update WebNN architecture diagram (#908)
DirectML -> Windows ML TensorFlow Lite Web -> LiteRT.js SVG export produced with Mermaid Live Editor patched with: perl -pi -e 's/ / /g' webnn_arch.svg
1 parent a1e0adf commit 7952cc2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

content/webnn_arch.svg

Lines changed: 1 addition & 1 deletion
Loading

explainer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ flowchart TD
3131
end
3232
3333
subgraph Frameworks
34-
Framework(ONNX Runtime Web, LiteRT)
34+
Framework(ONNX Runtime Web / LiteRT.js)
3535
end
3636
3737
subgraph Browser_APIs[Browser APIs]
@@ -41,7 +41,7 @@ flowchart TD
4141
end
4242
4343
subgraph Native_ML_APIs[Native ML APIs]
44-
MLAPI[DirectML / LiteRT / Core ML]
44+
MLAPI[Windows ML / LiteRT / Core ML]
4545
end
4646
4747
subgraph Hardware

0 commit comments

Comments
 (0)