pub fn compute_quantization_error(original: &[f32], dequantized: &[f32]) -> f32
Computes the quantization error (RMSE) between original and quantized.