Skip to main content

compute_quantization_error

Function compute_quantization_error 

Source
pub fn compute_quantization_error(original: &[f32], dequantized: &[f32]) -> f32
Expand description

Computes the quantization error (RMSE) between original and quantized.