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