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