Skip to content

Commit 55d6bb6

Browse files
committed
wasi_nn_onnx.cpp: fix debug build
1 parent 14ced7c commit 55d6bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)