Home
last modified time | relevance | path

Searched defs:ckpt_dir_or_file (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dcheckpoint_utils.py46 def load_checkpoint(ckpt_dir_or_file): argument
71 def load_variable(ckpt_dir_or_file, name): argument
89 def list_variables(ckpt_dir_or_file): argument
219 def init_from_checkpoint(ckpt_dir_or_file, assignment_map): argument
309 def _init_from_checkpoint(ckpt_dir_or_file, assignment_map): argument
396 def _get_checkpoint_filename(ckpt_dir_or_file): argument
/external/tensorflow/tensorflow/python/keras/distribute/
Dsidecar_evaluator.py37 def list_checkpoint_attributes(ckpt_dir_or_file): argument