View source on GitHub |
Gets or creates the eval step Tensor
.
tf.contrib.training.get_or_create_eval_step()
Returns | |
---|---|
A Tensor representing a counter for the evaluation step.
|
Raises | |
---|---|
ValueError
|
If multiple Tensors have been added to the
tf.GraphKeys.EVAL_STEP collection.
|