mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-09-05 09:21:42 +00:00
wasi_nn_onnx.cpp: fix debug build (#4564)
This commit is contained in:
parent
14ced7c86c
commit
c661592edd
|
@ -296,7 +296,7 @@ load(void *onnx_ctx, graph_builder_array *builder, graph_encoding encoding,
|
|||
return invalid_argument;
|
||||
}
|
||||
|
||||
NN_INFO_PRINTF("[ONNX Runtime] Loading model of size %zu bytes...",
|
||||
NN_INFO_PRINTF("[ONNX Runtime] Loading model of size %" PRIu32 " bytes...",
|
||||
builder->buf[0].size);
|
||||
|
||||
if (builder->buf[0].size > 16) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user