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