Skip to main content

dequantize_u8_grouped

Function dequantize_u8_grouped 

Source
pub fn dequantize_u8_grouped(
    input: &[u8],
    scales: &[f32],
    zero_points: &[f32],
    group_size: usize,
) -> Vec<f32>