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
ModuleHoldersubclass forConvTranspose2dImpl.See the documentation for
ConvTranspose2dImplclass to learn what methods it provides, and examples of how to useConvTranspose2dwithtorch::nn::ConvTranspose2dOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = ConvTranspose2dImpl#
-
using Impl = ConvTranspose2dImpl#