diff --git a/backends/xnnpack/runtime/XNNCompiler.cpp b/backends/xnnpack/runtime/XNNCompiler.cpp index 3d4d2e68219..eeeb3a0892e 100644 --- a/backends/xnnpack/runtime/XNNCompiler.cpp +++ b/backends/xnnpack/runtime/XNNCompiler.cpp @@ -342,7 +342,7 @@ Error defineTensor( auto qparams = qtensor_value->quant_params_as_PerTensorQuant(); ET_LOG( Debug, - "define quant tensor (per tensor): buffer_ptr: %p, scale: %f, zp: %u\n", + "define quant tensor (per tensor): buffer_ptr: %p, scale: %f, zp: %d\n", buffer_ptr, qparams->scale(), qparams->zero_point());