wasm-micro-runtime/core/iwasm/libraries/wasi-nn/src
YAMAMOTO Takashi 85efe08431
wasi-nn: protect the backend lookup table with a lock (#4319)
this would avoid potential issues when multiple instances happen to
make an attempt to load a backend at the same time.

Fixes: https://github.com/bytecodealliance/wasm-micro-runtime/issues/4314
2025-06-05 09:19:46 +08:00
..
utils [wasi-nn] Add a new wasi-nn backend openvino (#3603) 2024-07-22 17:16:41 +08:00
wasi_nn_llamacpp.c fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00
wasi_nn_openvino.c wasi_nn_openvino.c: make this buildable (#4305) 2025-06-03 13:28:13 +08:00
wasi_nn_openvino.h wasi-nn: Apply new architecture (#3692) 2024-08-13 09:14:52 +08:00
wasi_nn_private.h wasi-nn: Apply new architecture (#3692) 2024-08-13 09:14:52 +08:00
wasi_nn_tensorflowlite.cpp add load_by_name in wasi-nn (#4298) 2025-06-03 06:26:58 +08:00
wasi_nn_tensorflowlite.hpp wasi-nn: Apply new architecture (#3692) 2024-08-13 09:14:52 +08:00
wasi_nn.c wasi-nn: protect the backend lookup table with a lock (#4319) 2025-06-05 09:19:46 +08:00