tf.distribute.ReduceOp

View source on GitHub

Class ReduceOp

Indicates how a set of values should be reduced.

Aliases:

  • SUM: Add all the values.
  • MEAN: Take the arithmetic mean ("average") of the values.

Class Members

  • MEAN
  • SUM