Function numeric::io::load_hdf5_as_f32
[−]
[src]
pub fn load_hdf5_as_f32(path: &Path, group: &str) -> Result<Tensor<f32>>
Load HDF5 file and convert to specified type.