We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ml
1 parent e9f2ad2 commit a9a6852Copy full SHA for a9a6852
ml-example.md renamed to ml.md
@@ -1,4 +1,4 @@
1
-<h1><a name="ml_example">World ml-example</a></h1>
+<h1><a name="ml">World ml</a></h1>
2
<p><code>wasi-nn</code> is a WASI API for performing machine learning (ML) inference. The API is not (yet)
3
capable of performing ML training. WebAssembly programs that want to use a host's ML
4
capabilities can access these capabilities through <code>wasi-nn</code>'s core abstractions: <em>graphs</em> and
wit/wasi-nn.wit
@@ -8,7 +8,7 @@ package wasi:nn
8
/// _tensor_ outputs.
9
///
10
/// This example world shows how to use these primitives together.
11
-world ml-example {
+world ml {
12
import tensor
13
import graph
14
import inference
0 commit comments