Skip to main content

dequant_vbit_ro

Function dequant_vbit_ro 

Source
pub fn dequant_vbit_ro(
    bytes: &[u8],
    rows: usize,
    cols: usize,
    dst: &mut [f32],
) -> Result<(), String>
Expand description

Dequantize a full vbit_ro tensor — same math as dequant_vbit, rows addressed through the stored offset table.