Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph-keys.pbtxt66 name: "MOVING_AVERAGE_VARIABLES"
/external/tensorflow/tensorflow/contrib/quantize/python/
Dquant_ops.py190 vars_collection=ops.GraphKeys.MOVING_AVERAGE_VARIABLES,
/external/tensorflow/tensorflow/python/training/
Dmoving_averages.py421 ops.add_to_collection(ops.GraphKeys.MOVING_AVERAGE_VARIABLES, var)
/external/tensorflow/tensorflow/contrib/meta_graph_transform/
Dmeta_graph_transform.py426 _ops.GraphKeys.MOVING_AVERAGE_VARIABLES,
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py1545 ops.GraphKeys.MOVING_AVERAGE_VARIABLES,
Dvariables.py2823 return ops.get_collection(ops.GraphKeys.MOVING_AVERAGE_VARIABLES, scope)
/external/tensorflow/tensorflow/python/framework/
Dops.py6051 MOVING_AVERAGE_VARIABLES = "moving_average_variables" variable in GraphKeys
6106 MOVING_AVERAGE_VARIABLES,