Home
last modified time | relevance | path

Searched refs:_init_from_checkpoint (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/contrib/eager/python/
Dsaver.py30 def _init_from_checkpoint(self, *args, **kwargs): function
97 _init_from_checkpoint)
/external/tensorflow/tensorflow/python/training/
Dcheckpoint_utils.py186 init_from_checkpoint_fn = lambda _: _init_from_checkpoint(
195 def _init_from_checkpoint(ckpt_dir_or_file, assignment_map): function