Class ConvTranspose3d#
Defined in File conv.h
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< ConvTranspose3dImpl >(Template Class ModuleHolder)
Class Documentation#
-
class ConvTranspose3d : public torch::nn::ModuleHolder<ConvTranspose3dImpl>#
A
ModuleHoldersubclass forConvTranspose3dImpl.See the documentation for
ConvTranspose3dImplclass to learn what methods it provides, and examples of how to useConvTranspose3dwithtorch::nn::ConvTranspose3dOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = ConvTranspose3dImpl#
-
using Impl = ConvTranspose3dImpl#