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

Method __init__

tensorflow/python/training/saver.py:743–745  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

741 """SaverBuilder with support for custom save and restore.
742 """
743 def __init__(self, *args, **kwargs):
744 self._ckpt_dir_or_file = kwargs.pop("checkpoint_dir", True)
745 super(PartialRestoreSaverBuilder, self).__init__(*args, **kwargs)
746
747 def restore_op(self, filename_tensor, saveable, preferred_shard):
748 """Create ops to restore 'saveable'.

Callers

nothing calls this directly

Calls 2

popMethod · 0.45
__init__Method · 0.45

Tested by

no test coverage detected