We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f73a9c commit d04c852Copy full SHA for d04c852
src/checkpoint.rs
@@ -29,7 +29,7 @@ struct SaveRestoreOps {
29
/// checkpoint_maker.save(&session, "data/checkpoint")?;
30
/// // then we restore in a different session to continue there
31
/// let new_session = Session::new(&SessionOptions::new(), &scope.graph())?;
32
-/// checkpoint_maker.save(&new_session, "data/checkpoint")?;
+/// checkpoint_maker.restore(&new_session, "data/checkpoint")?;
33
/// ```
34
///
35
#[derive(Debug)]
0 commit comments