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