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