WebAssembly / wasi-nn

Neural Network proposal for WASI
470 stars 36 forks source link

Added bytes data type. #56

Closed geekbeast closed 1 year ago

geekbeast commented 1 year ago

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

geekbeast commented 1 year 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.