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.