Expand description
Quantization functionality required in views
Modules§
Traits§
- RunWith
Quant Type  - Run an arbitrary function with the quantization types from the scheme. Useful when concrete types aren’t available.
 
Functions§
- dequantize_
aligned  - Dequantize a line of values, where 
line_size * num_quantsis a power of two. Unaligned values can’t be dequantized in place. - unpack_
cast_ u32  - Unpack a set of values from u32, and convert to the specified floating point format.