Skip to main content

pack

Function pack 

Source
pub fn pack(w: &[f32], n: usize, k: usize) -> Vec<f32>
Expand description

Lays out w, [n, k] row major, the way Gemm reads it: panels of 16 rows, or as it is on macOS, where Accelerate reads it.

ยงPanics

If w is not [n, k].