wasm-micro-runtime/core/iwasm/libraries/wasi-nn/test
Wenyong Huang 9b9ae0cfac
Update cmake files and wamr-test-suites to support collect code coverage (#1992)
Support collecting code coverage with wamr-test-suites script by using
lcov and genhtml tools, eg.:
  cd tests/wamr-test-suites
  ./test_wamr.sh -s spec -b -P -C

The default code coverage and html files are generated at:
  tests/wamr-test-suites/workspace/wamr.lcov
  tests/wamr-test-suites/workspace/wamr-lcov.zip

And update wamr-test-suites scripts to support testing GC spec cases to
avoid frequent synchronization conflicts between branch main and dev/gc.
2023-02-28 17:38:18 +08:00
..
models Integrate WASI-NN into WAMR (#1521) 2022-10-12 12:09:29 +08:00
build.sh wasi-nn: Enable GPU support (#1922) 2023-02-02 08:09:46 +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.base wasi-nn: Enable GPU support (#1922) 2023-02-02 08:09:46 +08:00
Dockerfile.compile wasi-nn: Enable GPU support (#1922) 2023-02-02 08:09:46 +08:00
Dockerfile.cpu wasi-nn: Enable GPU support (#1922) 2023-02-02 08:09:46 +08:00
Dockerfile.nvidia-gpu wasi-nn: Enable GPU support (#1922) 2023-02-02 08:09:46 +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: Enable GPU support (#1922) 2023-02-02 08:09:46 +08:00