Skip to main content

decoded_dim

Function decoded_dim 

Source
pub fn decoded_dim(bytes: &[u8]) -> usize
Expand description

Number of f32 elements encoded in bytes, regardless of header presence. Used by the dim_violations stats path to compute per-row dim without allocating a Vec<f32>.