Home
last modified time | relevance | path

Searched refs:EVAL_STEP (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Devaluation.py48 eval_steps = graph.get_collection(ops.GraphKeys.EVAL_STEP)
60 collections=[ops.GraphKeys.LOCAL_VARIABLES, ops.GraphKeys.EVAL_STEP])
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph-keys.pbtxt26 name: "EVAL_STEP"
/external/tensorflow/tensorflow/python/framework/
Dops.py6026 EVAL_STEP = "eval_step" variable in GraphKeys