wasm-micro-runtime/core/iwasm/libraries/wasi-nn/test
tonibofarull a15a731e12
wasi-nn: Support multiple TFLite models (#2002)
Remove restrictions:
- Only 1 WASM app at a time
- Only 1 model at a time
   - `graph` and `graph-execution-context` are ignored

Refer to previous document:
e8d718096d/core/iwasm/libraries/wasi-nn/README.md
2023-03-08 15:54:06 +08:00
..
models Integrate WASI-NN into WAMR (#1521) 2022-10-12 12:09:29 +08:00
build.sh wasi-nn: Support multiple TFLite models (#2002) 2023-03-08 15:54:06 +08:00
CMakeLists.txt Update cmake files and wamr-test-suites to support collect code coverage (#1992) 2023-02-28 17:38:18 +08:00
Dockerfile.compile wasi-nn: Enable GPU support (#1922) 2023-02-02 08:09:46 +08:00
Dockerfile.cpu wasi-nn: Support multiple TFLite models (#2002) 2023-03-08 15:54:06 +08:00
Dockerfile.nvidia-gpu wasi-nn: Support multiple TFLite models (#2002) 2023-03-08 15:54:06 +08:00
requirements.txt Bump tensorflow from 2.10.0 to 2.10.1 in /core/iwasm/libraries/wasi-nn/test (#1735) 2022-11-22 16:21:06 +08:00
test_tensorflow.c wasi-nn: Support multiple TFLite models (#2002) 2023-03-08 15:54:06 +08:00
utils.c wasi-nn: Support multiple TFLite models (#2002) 2023-03-08 15:54:06 +08:00
utils.h wasi-nn: Support multiple TFLite models (#2002) 2023-03-08 15:54:06 +08:00