Expand description
Quantization data representation.
Re-exports§
pub use crate::tensor::quantization::*;
Structs§
- Block
Size - Copyable block size, specialized version of
SmallVec. - Quant
Scheme - Describes a quantization scheme/configuration.
- Quantized
Bytes - Quantized data bytes representation.
Enums§
- 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.