Contents

MLCReductionLayer

A layer that reduces tensor values across a specific dimension to a scalar value.

Declaration

class MLCReductionLayer

Overview

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.

Topics

Creating Reduction Layers

Inspecting Reduction Layers

See Also

Math Layers