Skip to content

Commit c661592

Browse files
authored
wasi_nn_onnx.cpp: fix debug build (#4564)
1 parent 14ced7c commit c661592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/iwasm/libraries/wasi-nn/src/wasi_nn_onnx.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ load(void *onnx_ctx, graph_builder_array *builder, graph_encoding encoding,
296296
return invalid_argument;
297297
}
298298

299-
NN_INFO_PRINTF("[ONNX Runtime] Loading model of size %zu bytes...",
299+
NN_INFO_PRINTF("[ONNX Runtime] Loading model of size %" PRIu32 " bytes...",
300300
builder->buf[0].size);
301301

302302
if (builder->buf[0].size > 16) {

0 commit comments

Comments
 (0)