MaxPool2d
Maximum over each sliding window, per channel.
class MaxPool2d : Module— python/vkml/nn.py:779
A stateless wrapper over max_pool2d, holding only the window geometry.
Construction¶
__init__¶
Forward¶
forward¶
def forwardself, x: V.Tensor -> V.Tensor— python/vkml/nn.py:788
Internals¶
__repr__¶
See also max_pool2d, AvgPool2d