WebAssembly / wasi-nn

Neural Network proposal for WASI
429 stars 34 forks source link

Added bytes data type. #56

Closed geekbeast closed 9 months ago

geekbeast commented 10 months ago

This adds the bytes data to allow providing arrays of bytes as input tensor per discussion here webassembly/wasi-nn#55

geekbeast commented 9 months ago

Convinced we shouldn't make any changes to spec for this, maybe if someone else really wants a variable length string or bytes type they can pick it up.