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