Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/api/golden/
Dtensorflow.-aggregation-method.pbtxt1 path: "tensorflow.AggregationMethod"
3 is_instance: "<class \'tensorflow.python.ops.gradients_impl.AggregationMethod\'>"
Dtensorflow.pbtxt8 name: "AggregationMethod"
/external/tensorflow/tensorflow/python/ops/
Dgradients_impl.py804 class AggregationMethod(object): class
846 aggregation_method = AggregationMethod.DEFAULT
848 AggregationMethod.ADD_N, AggregationMethod.EXPERIMENTAL_TREE,
849 AggregationMethod.EXPERIMENTAL_ACCUMULATE_N
874 if (aggregation_method == AggregationMethod.EXPERIMENTAL_ACCUMULATE_N
887 AggregationMethod.EXPERIMENTAL_TREE,
888 AggregationMethod.EXPERIMENTAL_ACCUMULATE_N
Dgradients.py22 from tensorflow.python.ops.gradients_impl import AggregationMethod
Dgradients_test.py256 aggregation_method=gradients.AggregationMethod.
268 z, [x, y], aggregation_method=gradients.AggregationMethod.ADD_N)
280 aggregation_method=gradients.AggregationMethod.EXPERIMENTAL_TREE)
/external/tensorflow/tensorflow/docs_src/api_guides/python/
Dtrain.md38 * @{tf.AggregationMethod}
/external/tensorflow/tensorflow/python/training/
Doptimizer_test.py77 aggregation_method=gradients_impl.AggregationMethod.