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