wasi_nn_onnx.cpp: fix debug build (#4564)

This commit is contained in:
YAMAMOTO Takashi 2025-08-19 09:23:00 +09:00 committed by GitHub
parent 14ced7c86c
commit c661592edd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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) {