Skip to main content

dequantize

Function dequantize 

Source
pub fn dequantize(
    tensor: &Tensor,
    scale: f32,
    zero_point: i32,
) -> Result<Tensor>
Expand description

Dequantize a quantized tensor using scale and zero_point