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