isBlockQuantized
Check whether a quantization type uses block quantization (vs element-wise).
Block-quantized types pack multiple elements per block with shared scale/offset metadata. Element-wise types (F32, F16, I8, etc.) have a block size of 1.
Return
true if block size > 1
Parameters
quantType
The quantization format