MLCReductionLayer
A layer that reduces tensor values across a specific dimension to a scalar value.
Declaration
class MLCReductionLayerOverview
Use this layer to perform reduction operations on a given dimension. The output of this layer is a tensor of the same shape as the source tensor, except the layer sets the dimension to 1.