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