pub fn load_from_reader<T: Element + NpyElement, D: Dimension, R: Read>(
reader: &mut R,
) -> FerrayResult<Array<T, D>>Expand description
Load an array from a reader in .npy format with compile-time type.
pub fn load_from_reader<T: Element + NpyElement, D: Dimension, R: Read>(
reader: &mut R,
) -> FerrayResult<Array<T, D>>Load an array from a reader in .npy format with compile-time type.