WebAssembly / wasi-nn

Neural Network proposal for WASI
448 stars 35 forks source link

feat: add ONNX to the graph encoding enum #16

Closed radu-matei closed 2 years ago

radu-matei commented 2 years ago

This commit adds ONNX to the graph encoding enum, preparing the addition of an ONNX implementation for WASI NN. (see https://github.com/deislabs/wasi-nn-onnx for an implementation).

Signed-off-by: Radu Matei radu.matei@fermyon.com

austinvhuang commented 2 years ago

Nice @radu-matei , ONNX has been on my wishlist (see discussion https://github.com/WebAssembly/wasi-nn/issues/6 ). Glad to see some movement in that direction.