bytecodealliance / wasi-nn

High-level bindings for wasi-nn system calls
Apache License 2.0
41 stars 33 forks source link

Updating the examples to include TensorFlow #59

Open brianjjones opened 2 years ago

brianjjones commented 2 years ago

Both the AssemblyScript and Rust examples can now utilize the TensorFlow backend. The build.sh script now requires you specify which backend you want to run with. Requires the TensorFlow PR for Wasmtime to be accepted first.