Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dcheckpoint_utils.py47 def load_checkpoint(ckpt_dir_or_file): argument
72 def load_variable(ckpt_dir_or_file, name): argument
90 def list_variables(ckpt_dir_or_file): argument
220 def init_from_checkpoint(ckpt_dir_or_file, assignment_map): argument
354 def _init_from_checkpoint(ckpt_dir_or_file, assignment_map): argument
447 def _get_checkpoint_filename(ckpt_dir_or_file): argument