pub fn dequantize_symmetric_packed_values<F: Float, FS: CubePrimitive, QI: Int>(
position: u32,
values: &View<Line<QI>, u32>,
scales: &View<FS, u32>,
scheme: QuantScheme,
) -> Array<Line<F>>Expand description
Dequantize the value at a specified position using the provided quantization scheme.
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.