pub fn store_data<P>(filename: P, tensor: &Tensor) -> Result<()>where P: AsRef<Path>,
Stores a single tensor in a HDF5 file.