Skip to main content

dequantize

Function dequantize 

Source
pub fn dequantize(q: &Sq8Vector) -> Vec<f32>
Expand description

Reconstruct the approximate f32 vector. For a vector with max == min (constant or single-element input) every component reconstructs as min exactly.