Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/training/
Dcheckpoint_utils.py300 init_from_checkpoint_fn = lambda _: _init_from_checkpoint(
309 def _init_from_checkpoint(ckpt_dir_or_file, assignment_map): function