WebAssembly / wasi-nn

Neural Network proposal for WASI
429 stars 34 forks source link

Use "graph" name in the API #51

Closed abrown closed 11 months ago

abrown commented 11 months ago

The API uses the word "graph" to describe the instantiation of an ML model. This change uses "graph" consistently where previously "model" was used.