Module quantization

Module quantization 

Source
Expand description

Quantization data representation.

Re-exports§

pub use crate::tensor::quantization::*;

Structs§

BlockSize
Copyable block size, specialized version of SmallVec.
QuantScheme
Describes a quantization scheme/configuration.
QuantizedBytes
Quantized data bytes representation.

Enums§

QuantLevel
Level or granularity of quantization.
QuantMode
Strategy used to quantize values.
QuantParam
Quantization floating-point precision.
QuantPropagation
Specify if the output of an operation is quantized using the scheme of the input or returned unquantized.
QuantStore
Data type used to stored quantized values.
QuantValue
Data type used to represent quantized values.