Skip to main content

save_checkpoint

Function save_checkpoint 

Source
pub fn save_checkpoint<G>(
    checkpoint: &Checkpoint<G>,
    path: impl AsRef<Path>,
    format: CheckpointFormat,
) -> Result<(), CheckpointError>
Expand description

Save a checkpoint to a file