Class FractionalMaxPool2d#
Defined in File pooling.h
Page Contents
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< FractionalMaxPool2dImpl >
(Template Class ModuleHolder)
Class Documentation#
-
class FractionalMaxPool2d : public torch::nn::ModuleHolder<FractionalMaxPool2dImpl>#
A
ModuleHolder
subclass forFractionalMaxPool2dImpl
.See the documentation for
FractionalMaxPool2dImpl
class to learn what methods it provides, and examples of how to useFractionalMaxPool2d
withtorch::nn::FractionalMaxPool2dOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.Public Types
-
using Impl = FractionalMaxPool2dImpl#
-
using Impl = FractionalMaxPool2dImpl#