Home
last modified time | relevance | path

Searched refs:MOVING_AVERAGE_VARIABLES (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph-keys.pbtxt66 name: "MOVING_AVERAGE_VARIABLES"
/external/tensorflow/tensorflow/python/training/
Dmoving_averages.py449 ops.add_to_collection(ops.GraphKeys.MOVING_AVERAGE_VARIABLES, var)
/external/tensorflow/tensorflow/python/ops/
Dvariables.py3183 return ops.get_collection(ops.GraphKeys.MOVING_AVERAGE_VARIABLES, scope)
Dresource_variable_ops.py2006 ops.GraphKeys.MOVING_AVERAGE_VARIABLES,
/external/tensorflow/tensorflow/python/framework/
Dops.py5988 MOVING_AVERAGE_VARIABLES = "moving_average_variables" variable in GraphKeys
6043 MOVING_AVERAGE_VARIABLES,