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