Rate this Page

Class AdaptiveMaxPool1d#

Inheritance Relationships#

Base Type#

Class Documentation#

class AdaptiveMaxPool1d : public torch::nn::ModuleHolder<AdaptiveMaxPool1dImpl>#

A ModuleHolder subclass for AdaptiveMaxPool1dImpl.

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

Public Types

using Impl = AdaptiveMaxPool1dImpl#