pub fn dequantize_with_params( quantized: &[i8], params: &QuantParams, ) -> Vec<f32>
Dequantize values using given parameters
quantized
params