Home
last modified time | relevance | path

Searched refs:TRAINABLE_RESOURCE_VARIABLES (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-graph-keys.pbtxt110 name: "TRAINABLE_RESOURCE_VARIABLES"
/external/tensorflow/tensorflow/contrib/optimizer_v2/
Doptimizer_v2.py808 ops.GraphKeys.TRAINABLE_RESOURCE_VARIABLES))
/external/tensorflow/tensorflow/contrib/distribute/python/
Dcollective_all_reduce_strategy_test.py171 ops.GraphKeys.TRAINABLE_RESOURCE_VARIABLES))
Dparameter_server_strategy_test.py509 ops.GraphKeys.TRAINABLE_RESOURCE_VARIABLES))
/external/tensorflow/tensorflow/python/training/
Doptimizer.py488 ops.get_collection(ops.GraphKeys.TRAINABLE_RESOURCE_VARIABLES))
/external/tensorflow/tensorflow/python/framework/
Dops.py6077 TRAINABLE_RESOURCE_VARIABLES = "trainable_resource_variables" variable in GraphKeys
6108 TRAINABLE_RESOURCE_VARIABLES,