Expand description
Quantization data representation.
Structs§
- Block
Size - Copyable block size, specialized version of
SmallVec. - QParams
- The quantization tensor data parameters.
- Quant
Scheme - Describes a quantization scheme/configuration.
- Quantized
Bytes - Quantized data bytes representation.
Enums§
- Quant
Acc - The precision of accumulating elements.
- Quant
Level - Level or granularity of quantization.
- Quant
Mode - Strategy used to quantize values.
- Quant
Param - Quantization floating-point precision.
- Quant
Propagation - Specify if the output of an operation is quantized using the scheme of the input or returned unquantized.
- Quant
Store - Data type used to stored quantized values.
- Quant
Value - Data type used to represent quantized values.
Functions§
- pack_
i8s_ to_ u32s - Pack signed 8-bit integer values into a sequence of unsigned 32-bit integers.