wasi-nn icon indicating copy to clipboard operation
wasi-nn copied to clipboard

High-level bindings for wasi-nn system calls

Results 24 wasi-nn issues
Sort by recently updated
recently updated
newest added

This commit updates the regeneration script for the Rust bindings to use `wasi-nn.wit` types instead of `wasi-nn.witx`. The scripts has also been run and the bindings (src/generated.rs) have been updated....

I was running a wasmedge server with inference support cloned from [here](https://github.com/WasmEdge/wasmedge_hyper_demo/tree/main/server-tflite), but with newer dependencies and was facing an error in the `GraphExecutionContext`'s `set_input` function. It was an issue...

I tried to open this link but i guess this isnt working for now https://docs.rs/wasi-nn/latest/wasi_nn/fn.load.html

Hi, We have published an experimental version of WASI-NN for WAMR: * https://github.com/bytecodealliance/wasm-micro-runtime/tree/main/core/iwasm/libraries/wasi-nn * Current PR: https://github.com/bytecodealliance/wasm-micro-runtime/pull/1834 Since there is no automatic API generation in C from the [WIT specification](https://github.com/WebAssembly/wasi-nn/blob/main/wasi-nn.wit.md),...

The functions defined in `wasi_nn::wasi_ephemeral_nn::*` are the raw Wasm symbols used to link with the host's implementation of wasi-nn. The `wasi-nn` Rust bindings should not expose these, since they should...

For ease-of-use, users will likely want to decode images online rather than offline like we do currently with the openvino-tensor-converter tool. Here are some possible libraries to investigate: - https://github.com/glovas/assemblyscript-jpeg-decoder...

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...

The wasi-nn specification has been ported over from the old WITX syntax to the new WIT syntax (see https://github.com/WebAssembly/wasi-nn/pull/17). This repository should switch over to using WIT-based tooling. I see...

Hi guys, is there any example that can convert multiple image to one tensor with dimension `[batch_size, channel, witdth, height]`? I am hoping this may be more efficient towards to...

All the info needed to install / setup required dependencies and benchmark wasi-nn performance on any supported hardware.