store_data

Function store_data 

Source
pub fn store_data<P>(filename: P, tensor: &Tensor) -> Result<()>
where P: AsRef<Path>,
Expand description

Stores a single tensor in a HDF5 file.