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
ModuleHolder
subclass forMaxPool2dImpl
.See the documentation for
MaxPool2dImpl
class to learn what methods it provides, and examples of how to useMaxPool2d
withtorch::nn::MaxPool2dOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.Public Types
-
using Impl = MaxPool2dImpl¶
-
using Impl = MaxPool2dImpl¶