Skip to main content

dequant_q4_k

Function dequant_q4_k 

Source
pub fn dequant_q4_k(src: &[u8]) -> Result<Vec<f32>, QuantError>
Expand description

Dequantize a Q4_K buffer into f32. See the module doc comment and Q4_K_BLOCK_BYTES for the block layout.