tf.AggregationMethod

View source on GitHub

A class listing aggregation methods used to combine gradients.

Computing partial derivatives can require aggregating gradient contributions. This class lists the various methods that can be used to combine gradients in the graph.

The following aggregation methods are part of the stable API for aggregating gradients:

The following aggregation methods are experimental and may not be supported in future releases:

Class Variables