Rate this Page

Class MaxPool1d#

Inheritance Relationships#

Base Type#

Class Documentation#

class MaxPool1d : public torch::nn::ModuleHolder<MaxPool1dImpl>#

A ModuleHolder subclass for MaxPool1dImpl.

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

Public Types

using Impl = MaxPool1dImpl#