Skip to main content

write_npy_f32

Function write_npy_f32 

Source
pub fn write_npy_f32(shape: &[usize], data: &[f32]) -> Vec<u8> 
Expand description

Assemble a complete .npy v1.0 byte sequence for an f32 array.