ReduceOperator

public class ReduceOperator: ComputableOperator

The abstract class for all reduce operators. Should not be used directly. A reduce operator do some aggregate calculation along given axes. An example given by TensorFlow is here.