Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/slim/python/slim/
Devaluation.py142 wait_for_new_checkpoint = evaluation.wait_for_new_checkpoint variable
Devaluation_test.py171 ret = evaluation_lib.wait_for_new_checkpoint(
/external/tensorflow/tensorflow/contrib/training/python/training/
Devaluation.py171 def wait_for_new_checkpoint(checkpoint_dir, function
246 new_checkpoint_path = wait_for_new_checkpoint(
Devaluation_test.py126 ret = evaluation.wait_for_new_checkpoint(
202 checkpoint_path = evaluation.wait_for_new_checkpoint(checkpoint_dir)
218 checkpoint_path = evaluation.wait_for_new_checkpoint(checkpoint_dir)
245 checkpoint_path = evaluation.wait_for_new_checkpoint(checkpoint_dir)
/external/tensorflow/tensorflow/contrib/training/
D__init__.py56 from tensorflow.contrib.training.python.training.evaluation import wait_for_new_checkpoint