wasm-micro-runtime/core
YAMAMOTO Takashi c9b8c16088
wasi_nn_openvino.c: remove pre/postprocessing and layout assumptions (#4361)
as wasi-nn doesn't have these concepts, the best we can do without
risking breaking certain applications here is to pass through tensors
as they are.

this matches wasmtime's behavior.

tested with:

* wasmtime classification-example
  (with this change, this example fails on tensor size mismatch
  instead of implicitly resizing it.)

* license-plate-recognition-barrier-0007, a converted version
  with non-fp32 output. [1]
  (with this change, this model outputs integers as expected.)

[1] cd7ebe313b/models/public/license-plate-recognition-barrier-0007
2025-06-17 13:01:46 +08:00
..
deps Separate app-manager and app-framework from WAMR (#3129) 2024-02-20 18:12:36 +08:00
iwasm wasi_nn_openvino.c: remove pre/postprocessing and layout assumptions (#4361) 2025-06-17 13:01:46 +08:00
shared Collective fix for typos and minor bugs (#4369) 2025-06-17 09:26:00 +08:00
config.h feat: Add instruction metering for interpreter (#4122) 2025-05-26 16:16:42 +08:00
version.h Bump version to 2.3.1 and update release notes (#4303) 2025-06-02 10:45:50 +08:00
version.h.in Add version.h and update versioning documentation for embedded platforms 2025-02-05 10:31:20 +00:00