Miscellaneous#
- 
std::string metatensor_torch::version()#
 Get the version of metatensor_torch.
Serialization#
- 
void metatensor_torch::save(const std::string &path, TorchTensorMap tensor)#
 Save the given
TensorMapto a file atpath
- 
TorchTensorMap metatensor_torch::load(const std::string &path)#
 Load a previously saved
TensorMapfrom the given path.