Home
last modified time | relevance | path

Searched refs:AggregationMethod (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.-aggregation-method.pbtxt1 path: "tensorflow.AggregationMethod"
3 is_instance: "<class \'tensorflow.python.ops.gradients_util.AggregationMethod\'>"
Dtensorflow.pbtxt8 name: "AggregationMethod"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.-aggregation-method.pbtxt1 path: "tensorflow.AggregationMethod"
3 is_instance: "<class \'tensorflow.python.ops.gradients_util.AggregationMethod\'>"
Dtensorflow.pbtxt4 name: "AggregationMethod"
/external/tensorflow/tensorflow/python/ops/
Dgradients_util.py940 class AggregationMethod(object): class
989 aggregation_method = AggregationMethod.DEFAULT
991 AggregationMethod.ADD_N, AggregationMethod.EXPERIMENTAL_TREE,
992 AggregationMethod.EXPERIMENTAL_ACCUMULATE_N
1017 if (aggregation_method == AggregationMethod.EXPERIMENTAL_ACCUMULATE_N
1030 AggregationMethod.EXPERIMENTAL_TREE,
1031 AggregationMethod.EXPERIMENTAL_ACCUMULATE_N
Dgradients.py25 from tensorflow.python.ops.gradients_util import AggregationMethod
Dgradients_test.py182 aggregation_method=gradients.AggregationMethod.
195 z, [x, y], aggregation_method=gradients.AggregationMethod.ADD_N)
208 aggregation_method=gradients.AggregationMethod.EXPERIMENTAL_TREE)
/external/tensorflow/tensorflow/python/training/
Doptimizer_test.py78 aggregation_method=gradients_util.AggregationMethod.
/external/tensorflow/tensorflow/contrib/optimizer_v2/
Doptimizer_v2_test.py74 aggregation_method=gradients_util.AggregationMethod.