Rate this Page

Class MaxPool2d#

Inheritance Relationships#

Base Type#

Class Documentation#

class MaxPool2d : public torch::nn::ModuleHolder<MaxPool2dImpl>#

A ModuleHolder subclass for MaxPool2dImpl.

See the documentation for MaxPool2dImpl class to learn what methods it provides, and examples of how to use MaxPool2d with torch::nn::MaxPool2dOptions. See the documentation for ModuleHolder to learn about PyTorch’s module storage semantics.

Public Types

using Impl = MaxPool2dImpl#