Skip to main content

Module pool

Module pool 

Source
Expand description

Pooling layers.

Structsยง

AvgPool1d
1-D average pooling.
AvgPool2d
2-D average pooling.
AvgPool3d
3-D average pooling.
LpPool1d
1-D power-average (Lp) pooling: like average pooling, generalized to an arbitrary p-norm.
LpPool2d
2-D power-average (Lp) pooling: like average pooling, generalized to an arbitrary p-norm.
LpPool3d
3-D power-average (Lp) pooling: like average pooling, generalized to an arbitrary p-norm.
MaxPool1d
1-D max pooling.
MaxPool2d
2-D max pooling.
MaxPool3d
3-D max pooling.