AvgPool2DOperator

public class AvgPool2DOperator: Pooling2DOperator

2D Average pooling.

Input shape

Input data should be a tensor with 3D shape [channel, height, width] or [height, width, channel] according to the channelPosition.