wasm-micro-runtime/wamr-wasi-extensions/samples/nn-cli
YAMAMOTO Takashi aa53d648fa
wasi-nn: fix tensor_data abi for wasi_ephemeral_nn (#4379)
it's "(list u8)" in the witx definition.

the new definition matches both of our own host definition
(struct tensor_wasm) and wasmtime.

cf. https://github.com/bytecodealliance/wasm-micro-runtime/issues/4352
2025-06-19 14:18:36 +08:00
..
CMakeLists.txt add nn-cli example (#4373) 2025-06-17 17:39:34 +08:00
fileio.c add nn-cli example (#4373) 2025-06-17 17:39:34 +08:00
fileio.h add nn-cli example (#4373) 2025-06-17 17:39:34 +08:00
main.c wasi-nn: fix tensor_data abi for wasi_ephemeral_nn (#4379) 2025-06-19 14:18:36 +08:00
map.c add nn-cli example (#4373) 2025-06-17 17:39:34 +08:00
map.h add nn-cli example (#4373) 2025-06-17 17:39:34 +08:00