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