Sorry, I just realized that qnn.quantize
operates on the bias, not the output of qnn.conv2d
. So this is indeed an issue of bias_add.
Sorry, I just realized that qnn.quantize
operates on the bias, not the output of qnn.conv2d
. So this is indeed an issue of bias_add.