Skip to main content

dequantize

Function dequantize 

Source
pub fn dequantize(
    tensor: &Tensor<i8>,
    params: &QuantizationParams,
) -> Result<Tensor<f32>>
Expand description

Dequantize an INT8 or INT4 tensor back to float32