pub fn load_block(path: impl AsRef<Path>) -> Result<TensorBlock, Error>Expand description
Load previously saved TensorBlock from the file at the given path.
All arrays are loaded as ndarray::ArrayD by default. If you want to load
arrays as a custom type, use load_block_custom_array instead.