HomeSort by relevance Sort by last modified time
    Searched full:evaluate_once (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/contrib/training/
__init__.py 49 from tensorflow.contrib.training.python.training.evaluation import evaluate_once
74 'checkpoints_iterator', 'evaluate_once', 'evaluate_repeatedly',
  /external/tensorflow/tensorflow/contrib/slim/python/slim/
evaluation.py 131 'evaluate_once',
143 def evaluate_once(master, function
202 return evaluation.evaluate_once(
evaluation_test.py 234 evaluation.evaluate_once('', checkpoint_path, log_dir)
256 accuracy_value = evaluation.evaluate_once(
275 accuracy_value = evaluation.evaluate_once(
  /external/tensorflow/tensorflow/contrib/training/python/training/
evaluation_test.py 203 final_ops_values = evaluation.evaluate_once(
230 final_ops_values = evaluation.evaluate_once(
255 final_ops_values = evaluation.evaluate_once(
evaluation.py 54 names_to_values = evaluate_once(
158 'evaluate_once',
167 evaluate_once = evaluation._evaluate_once variable
375 Note that `evaluate_once` creates a local variable used to track the number of
  /external/tensorflow/tensorflow/python/training/
evaluation.py 146 Note that `evaluate_once` creates a local variable used to track the number of
  /external/tensorflow/tensorflow/docs_src/programmers_guide/
debugger.md 548 `hooks` argument of `slim.evaluation.evaluate_once()`. For example:
555 tf.contrib.slim.evaluation.evaluate_once(
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py     [all...]

Completed in 532 milliseconds