Skip to content

Commit 093be92

Browse files
authored
Revert to script-based graph
The SVG did not render as expected when embedded in markdown.
1 parent 77be999 commit 093be92

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

explainer.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ The design process of the [Web Neural Network API](https://www.w3.org/TR/webnn/)
2222

2323
With emerging ML innovations in both software and hardware ecosystem, one of the main challenges for the web is to bridge this software and hardware development and bring together a solution that scales across hardware platforms and works with any framework for web-based machine learning experiences. We propose the WebNN API as an abstraction for neural networks in the web browsers.
2424

25-
![Web Neural Network API Architecture Diagram showing the relationships between models, frameworks, browser APIs, native ML APIs, and hardware components](content/webnn_arch.svg)
26-
<details><summary>WebNN architecture diagram source</summary>
27-
2825
```mermaid
2926
%%{ init : { "look" : "handDrawn", "theme" : "neo-dark" }}%%
3027
flowchart TD
@@ -67,7 +64,6 @@ flowchart TD
6764
MLAPI ==> NPU
6865
MLAPI ==> GPU
6966
```
70-
</details>
7167

7268
As illustrated in the architecture diagram of the figure above, web browsers may implement the WebNN API using native machine learning API available in the operating system. This architecture allows JavaScript frameworks to tap into cutting-edge machine learning innovations in the operating system and the hardware platform underneath it without being tied to platform-specific capabilities, bridging the gap between software and hardware through a hardware-agnostic abstraction layer.
7369

0 commit comments

Comments
 (0)