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
ModuleHoldersubclass forAvgPool2dImpl.See the documentation for
AvgPool2dImplclass to learn what methods it provides, and examples of how to useAvgPool2dwithtorch::nn::AvgPool2dOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = AvgPool2dImpl#
-
using Impl = AvgPool2dImpl#