|
|
|
|
|
by juntao
1291 days ago
|
|
Disclaimer: I am a maintainer of WasmEdge. WASI-NN allows Wasm to be a wrapper of native tensor frameworks — very much the same way Python is a wrapper for Tensorflow and PyTorch. The benefit of using Wasm as a wrapper is its high performance (Use Rust to prepare data) and multi language support (inference in JS!) WasmEdge supports Tensorflow, PyTorch, and OpenVINO as wasi-NN backends. |
|