AveragePooling2DLayer¶
An average pooling 2D Layer.
Parent type: Layer
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
kernelSize |
Int |
the size of the kernel | - |
stride |
Int |
the stride of the pooling | -1 |
padding |
Int |
the padding of the pooling | 0 |
Stub code in AveragePooling2DLayer.sdsstub
inputSize¶
Get the input_size of this layer.
Type: ModelImageSize
outputSize¶
Get the output_size of this layer.
Type: ModelImageSize