Module metatensor::io
source · Expand description
Input/Output facilities for storing TensorMap on disk
Functions
- Load the serialized tensor map from the given path.
- Load a serialized
TensorMapfrom abuffer. - Save the given tensor to a file.
- Save the given
tensorto an in-memorybuffer.