Module zyx_core::io

source ·
Expand description

Saving and loading of tensors from disk

Traits§

  • This trait is implemented automatically for all modules that implement IntoIterator<Item = &mut Tensor>

Functions§

  • Load all parameters from file
  • Save all tensors into file. All parameters must be realized before calling this function, otherwise it will panic.