Class MaxPool2d#
Defined in File pooling.h
Page Contents
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< MaxPool2dImpl >(Template Class ModuleHolder)
Class Documentation#
-
class MaxPool2d : public torch::nn::ModuleHolder<MaxPool2dImpl>#
A
ModuleHoldersubclass forMaxPool2dImpl.See the documentation for
MaxPool2dImplclass to learn what methods it provides, and examples of how to useMaxPool2dwithtorch::nn::MaxPool2dOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = MaxPool2dImpl#
-
using Impl = MaxPool2dImpl#