dequantize_symmetric_packed_value

Function dequantize_symmetric_packed_value 

Source
pub fn dequantize_symmetric_packed_value<F: Float, FS: CubePrimitive, QS: Int>(
    values: Line<QS>,
    scales: &View<FS, u32>,
    position: u32,
    scheme: QuantScheme,
) -> Array<Line<F>>
Expand description

Dequantize a single packed value using the scale provided.

Returns a line of floating-point values. The number of values in the line depends on the number of packed values in the stored quantization type.