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
TensorMap
from abuffer
. - Save the given tensor to a file.
- Save the given
tensor
to an in-memorybuffer
.