Class AvgPool2d¶
Defined in File pooling.h
Page Contents
Inheritance Relationships¶
Base Type¶
public torch::nn::ModuleHolder< AvgPool2dImpl >
(Template Class ModuleHolder)
Class Documentation¶
-
class AvgPool2d : public torch::nn::ModuleHolder<AvgPool2dImpl>¶
A
ModuleHolder
subclass forAvgPool2dImpl
.See the documentation for
AvgPool2dImpl
class to learn what methods it provides, and examples of how to useAvgPool2d
withtorch::nn::AvgPool2dOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.Public Types
-
using Impl = AvgPool2dImpl¶
-
using Impl = AvgPool2dImpl¶