bytecodealliance / wasi-nn

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

Update generated and support byte arrays in image2tensor #80

Closed geekbeast closed 1 year ago

geekbeast commented 1 year ago

You can now convert image bytes to tensors directly without having to load from a file.

I also updated the generated code for WebAssembly/wasi-nn#36, but if testing locally keep in mind that branch name needs to be updated in the generation script.

abrown commented 1 year ago

Superceded by #88.