pub fn quantize_batch(input: &[f32], output: &mut [i8], params: &QuantParams)Expand description
Batch quantize f32 to i8 using π-calibration
Faster than per-element quantization using SIMD.
pub fn quantize_batch(input: &[f32], output: &mut [i8], params: &QuantParams)Batch quantize f32 to i8 using π-calibration
Faster than per-element quantization using SIMD.