MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / run_restore_ops

Method run_restore_ops

tensorflow/python/training/tracking/util.py:629–631  ·  view source on GitHub ↗

Runs restore ops from the checkpoint. Requires a valid checkpoint.

(self, session=None)

Source from the content-addressed store, hash-verified

627
628 @abc.abstractmethod
629 def run_restore_ops(self, session=None):
630 """Runs restore ops from the checkpoint. Requires a valid checkpoint."""
631 pass
632
633 @abc.abstractmethod
634 def initialize_or_restore(self, session=None):

Callers 15

testSaveRestoreMethod · 0.45
testNamesMethod · 0.45
testSaveRestoreMethod · 0.45
_VerifyCheckpointMethod · 0.45
testObjectSaveRestoreMethod · 0.45

Calls

no outgoing calls

Tested by 15

testSaveRestoreMethod · 0.36
testNamesMethod · 0.36
testSaveRestoreMethod · 0.36
_VerifyCheckpointMethod · 0.36
testObjectSaveRestoreMethod · 0.36