Searched refs:AggregationMethod (Results 1 – 7 of 7) sorted by relevance
1 path: "tensorflow.AggregationMethod"3 is_instance: "<class \'tensorflow.python.ops.gradients_impl.AggregationMethod\'>"
8 name: "AggregationMethod"
804 class AggregationMethod(object): class846 aggregation_method = AggregationMethod.DEFAULT848 AggregationMethod.ADD_N, AggregationMethod.EXPERIMENTAL_TREE,849 AggregationMethod.EXPERIMENTAL_ACCUMULATE_N874 if (aggregation_method == AggregationMethod.EXPERIMENTAL_ACCUMULATE_N887 AggregationMethod.EXPERIMENTAL_TREE,888 AggregationMethod.EXPERIMENTAL_ACCUMULATE_N
22 from tensorflow.python.ops.gradients_impl import AggregationMethod
256 aggregation_method=gradients.AggregationMethod.268 z, [x, y], aggregation_method=gradients.AggregationMethod.ADD_N)280 aggregation_method=gradients.AggregationMethod.EXPERIMENTAL_TREE)
38 * @{tf.AggregationMethod}
77 aggregation_method=gradients_impl.AggregationMethod.