Home
last modified time | relevance | path

Searched refs:ADD_N (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/
Dtensorflow.-aggregation-method.pbtxt6 name: "ADD_N"
/external/tensorflow/tensorflow/python/ops/
Dgradients_impl.py816 ADD_N = 0 variable in AggregationMethod
817 DEFAULT = ADD_N
848 AggregationMethod.ADD_N, AggregationMethod.EXPERIMENTAL_TREE,
Dgradients_test.py268 z, [x, y], aggregation_method=gradients.AggregationMethod.ADD_N)