HomeSort by relevance Sort by last modified time
    Searched refs:eval_dir (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/contrib/model_pruning/examples/cifar10/
cifar10_eval.py 127 summary_writer = tf.summary.FileWriter(FLAGS.eval_dir, g)
138 if tf.gfile.Exists(FLAGS.eval_dir):
139 tf.gfile.DeleteRecursively(FLAGS.eval_dir)
140 tf.gfile.MakeDirs(FLAGS.eval_dir)
147 '--eval_dir',
  /external/tensorflow/tensorflow/contrib/summary/
summary.py 70 from tensorflow.contrib.summary.summary_ops import eval_dir
summary_ops.py 540 def eval_dir(model_dir, name=None): function
  /external/tensorflow/tensorflow/python/estimator/
estimator.py     [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py     [all...]

Completed in 419 milliseconds