TensorFlow 1 version | View source on GitHub |
Indicates how a set of values should be reduced.
SUM
: Add all the values.MEAN
: Take the arithmetic mean ("average") of the values.
Class Variables | |
---|---|
MEAN |
<ReduceOp.MEAN: 'MEAN'>
|
SUM |
<ReduceOp.SUM: 'SUM'>
|