pub fn dequantize(matrix: &QuantizedMatrix) -> Array2<f32>Expand description
Decode a QuantizedMatrix back to its approximate f32 values (code * scale[row]).
pub fn dequantize(matrix: &QuantizedMatrix) -> Array2<f32>Decode a QuantizedMatrix back to its approximate f32 values (code * scale[row]).