Contents

MLCComparisonLayer

A layer that performs elementwise comparison of two tensors.

Declaration

class MLCComparisonLayer

Overview

The layer returns a tensor with the shape equal to the largest shape of operations. It fills with the Boolean value result[i] = op1[i] ? op2[i], where ? corresponds to the MLCComparisonOperation you specify.

Topics

Creating Comparison Layers

Inspecting Comparison Layers

See Also

Math Layers