MLCComparisonLayer
A layer that performs elementwise comparison of two tensors.
Declaration
class MLCComparisonLayerOverview
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.