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