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