wasm-micro-runtime/core/iwasm/libraries/wasi-nn/test
tonibofarull 77da87ca51
wasi-nn: Use numpy v1 in wasi-nn test requirements.txt (#3582)
We need to fix numpy version since the latest is incompatible.

> A module that was compiled using NumPy 1.x cannot be run in
NumPy 2.0.0 as it may crash. To support both 1.x and 2.x
versions of NumPy, modules must be compiled with NumPy 2.0.
Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.
2024-07-02 09:39:46 +08:00
..
models wasi-nn: Support uint8 quantized networks (#2433) 2023-08-11 07:55:40 +08:00
build.sh wasi-nn: Support uint8 quantized networks (#2433) 2023-08-11 07:55:40 +08:00
Dockerfile.compile Fix dockerfile linter warnings (#2291) 2023-06-15 16:52:48 +08:00
Dockerfile.cpu Make wasi-nn backends as separated shared libraries (#3509) 2024-06-14 12:06:56 +08:00
Dockerfile.nvidia-gpu Make wasi-nn backends as separated shared libraries (#3509) 2024-06-14 12:06:56 +08:00
Dockerfile.tpu Make wasi-nn backends as separated shared libraries (#3509) 2024-06-14 12:06:56 +08:00
Dockerfile.vx-delegate Fix dockerfile linter warnings (#2291) 2023-06-15 16:52:48 +08:00
Dockerfile.wasi-nn-smoke wasi-nn: Add wasmedge-wasinn-example as smoke test (#3554) 2024-06-24 12:03:08 +08:00
requirements.txt wasi-nn: Use numpy v1 in wasi-nn test requirements.txt (#3582) 2024-07-02 09:39:46 +08:00
run_smoke_test.py wasi-nn: Add wasmedge-wasinn-example as smoke test (#3554) 2024-06-24 12:03:08 +08:00
test_tensorflow_quantized.c wasi-nn: Support uint8 quantized networks (#2433) 2023-08-11 07:55:40 +08:00
test_tensorflow.c wasi-nn: Improve tests paths for local dev (#2309) 2023-06-27 08:07:30 +08:00
utils.c sync up with latest wasi-nn spec (#3530) 2024-06-17 14:58:09 +08:00
utils.h Make wasi-nn backends as separated shared libraries (#3509) 2024-06-14 12:06:56 +08:00