CGlobalSumPoolingLayer Class
August 3, 2022 ยท View on GitHub
This class implements a layer which performs sum pooling on Height, Width, and Depth dimensions of the input.
Trainable parameters
The layer has no trainable parameters.
Inputs
The single input accepts a blob of any data type of the following dimensions:
BatchLength * BatchWidth * ListSize- the number of images in the setHeight- the images' heightWidth- the images' widthDepth- the images' depthChannels- the number of channels the image format uses
Outputs
The single output contains a blob of the dimensions:
BatchLengthis equal to the inputBatchLengthBatchWidthis equal to the inputBatchWidthListSizeis equal to the inputListSizeHeightis equal to1Widthis equal to1Depthis equal to1Channelsis equal to the inputChannels