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

  /external/tensorflow/tensorflow/contrib/layers/python/layers/
target_column_test.py 90 eval_dict = target_column.get_eval_ops({}, logits, labels)
92 accuracy_op, update_op = eval_dict["accuracy/threshold_0.500000_mean"]
133 eval_dict = target_column.get_eval_ops({}, logits, labels)
134 loss_op, update_op = eval_dict["loss"]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
experiment_test.py 75 def __init__(self, config, max_evals, eval_dict):
84 self._eval_dict = eval_dict
139 def __init__(self, config=None, max_evals=5, eval_dict=None):
140 super(TestEstimator, self).__init__(config, max_evals, eval_dict)
166 def __init__(self, config=None, max_evals=5, eval_dict=None):
167 super(TestCoreEstimator, self).__init__(config, max_evals, eval_dict)
201 def _estimators_for_tests(self, config=None, eval_dict=None):
202 return [TestEstimator(config=config, eval_dict=eval_dict),
203 TestCoreEstimator(config=config, eval_dict=eval_dict)
    [all...]
graph_actions_test.py 280 eval_dict={'a': constant_op.constant(1.0)})
286 eval_dict={'a': constant_op.constant(1.0)})
299 eval_dict={'a': out},
325 eval_dict={'a': v},
339 eval_dict={'a': out},
363 eval_dict={'a': out},
386 eval_dict={'a': out},
graph_actions.py 475 eval_dict,
488 `eval_dict`.
490 In each step of evaluation, all tensors in the `eval_dict` are evaluated, and
501 eval_dict: A `dict` mapping string names to tensors to evaluate. It is
512 steps. The logs contain the `eval_dict` and timing information.
515 max_steps: Integer. Evaluate `eval_dict` this many times.
520 that are the result of running eval_dict in the last step. `None` if no
579 eval_results = session.run(eval_dict, feed_dict=feed_dict)
585 eval_results = session.run(eval_dict, feed_dict=feed_dict)
593 eval_results = session.run(eval_dict, feed_dict=feed_dict
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py     [all...]
  /external/tensorflow/tensorflow/python/estimator/
estimator.py     [all...]

Completed in 1276 milliseconds