What does Channelwise quantization mean in inference serving?
Channelwise quantization assigns a separate scale to each channel instead of sharing one scale across an entire tensor. The finer scale granularity follows differences in magnitude between channels. The quantizer selects a channel axis, computes scales along it, and stores them beside the quantized values. Serving kernels must read the same layout and apply matching dequantization or low-precision math.