Searched refs:AggregationMethod (Results 1 – 9 of 9) sorted by relevance
1 path: "tensorflow.AggregationMethod"3 is_instance: "<class \'tensorflow.python.ops.gradients_util.AggregationMethod\'>"
8 name: "AggregationMethod"
4 name: "AggregationMethod"
940 class AggregationMethod(object): class989 aggregation_method = AggregationMethod.DEFAULT991 AggregationMethod.ADD_N, AggregationMethod.EXPERIMENTAL_TREE,992 AggregationMethod.EXPERIMENTAL_ACCUMULATE_N1017 if (aggregation_method == AggregationMethod.EXPERIMENTAL_ACCUMULATE_N1030 AggregationMethod.EXPERIMENTAL_TREE,1031 AggregationMethod.EXPERIMENTAL_ACCUMULATE_N
25 from tensorflow.python.ops.gradients_util import AggregationMethod
182 aggregation_method=gradients.AggregationMethod.195 z, [x, y], aggregation_method=gradients.AggregationMethod.ADD_N)208 aggregation_method=gradients.AggregationMethod.EXPERIMENTAL_TREE)
78 aggregation_method=gradients_util.AggregationMethod.
74 aggregation_method=gradients_util.AggregationMethod.