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