mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +00:00
e53ab91439
Initial integration of WASI-NN based on #1225: - Implement the library core/iwasm/libraries/wasi-nn - Support TensorFlow, CPU, F32 at the first stage - Add cmake variable `-DWAMR_BUILD_WASI_NN` - Add test case based on Docker image and update document Refer to #1573
31 lines
578 B
Plaintext
31 lines
578 B
Plaintext
.cache
|
|
.vs
|
|
.vscode
|
|
.venv
|
|
/.idea
|
|
**/cmake-build-*/
|
|
**/*build/
|
|
*.obj
|
|
*.a
|
|
*.so
|
|
|
|
core/deps/**
|
|
core/shared/mem-alloc/tlsf
|
|
core/app-framework/wgl
|
|
|
|
wamr-sdk/out/
|
|
wamr-sdk/runtime/build_runtime_sdk/
|
|
test-tools/host-tool/bin/
|
|
product-mini/app-samples/hello-world/test.wasm
|
|
product-mini/platforms/linux-sgx/enclave-sample/App/
|
|
product-mini/platforms/linux-sgx/enclave-sample/Enclave/
|
|
product-mini/platforms/linux-sgx/enclave-sample/iwasm
|
|
|
|
build_out
|
|
tests/wamr-test-suites/workspace
|
|
|
|
!/test-tools/wamr-ide/VSCode-Extension/.vscode
|
|
|
|
samples/socket-api/wasm-src/inc/pthread.h
|
|
|
|
**/__pycache__ |