wasi-nn: Improve tests paths for local dev (#2309)

## Context

Path to models use `/assets` for testing inside docker. While testing directly from
the repo we are forced to use soft-links or modify the paths.

## Proposed Changes

Use relative path and adjust docker volumes in docs.
This commit is contained in:
tonibofarull
2023-06-27 02:07:30 +02:00
committed by GitHub
parent ac9e789951
commit f5c5a83331
6 changed files with 25 additions and 195 deletions

View File

@ -7,7 +7,7 @@
-Wl,--allow-undefined \
-Wl,--strip-all,--no-entry \
--sysroot=/opt/wasi-sdk/share/wasi-sysroot \
-I.. -I../src/utils \
-I../include -I../src/utils \
-o test_tensorflow.wasm \
test_tensorflow.c utils.c