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 a buffer.
  • Save the given tensor to a file.
  • Save the given tensor to an in-memory buffer.