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

  /external/tensorflow/tensorflow/python/training/
evaluation.py 44 `tf.GraphKeys.EVAL_STEP` collection.
47 eval_steps = graph.get_collection(ops.GraphKeys.EVAL_STEP)
51 raise ValueError('Multiple tensors added to tf.GraphKeys.EVAL_STEP')
54 'eval_step',
59 collections=[ops.GraphKeys.LOCAL_VARIABLES, ops.GraphKeys.EVAL_STEP])
173 eval_step = _get_or_create_eval_step()
179 update_eval_step = state_ops.assign_add(eval_step, 1, use_locking=True)
  /external/tensorflow/tensorflow/python/framework/
ops.py     [all...]

Completed in 411 milliseconds