CEltwiseSubLayer Class

August 30, 2021 ยท View on GitHub

The class implements a layer that subtracts its second input from the first.

Settings

This layer has no settings.

Trainable parameters

This layer has no trainable parameters.

Inputs

The layer should have at least two inputs with float or int data. The blobs of all inputs should have the same dimensions.

Outputs

The layer has one output of the same size as each of the inputs. The output blob contains the element-wise sub of the input blobs.