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