Rate this Page

Class ConvTranspose1d#

Inheritance Relationships#

Base Type#

Class Documentation#

class ConvTranspose1d : public torch::nn::ModuleHolder<ConvTranspose1dImpl>#

A ModuleHolder subclass for ConvTranspose1dImpl.

See the documentation for ConvTranspose1dImpl class to learn what methods it provides, and examples of how to use ConvTranspose1d with torch::nn::ConvTranspose1dOptions. See the documentation for ModuleHolder to learn about PyTorch’s module storage semantics.

Public Types

using Impl = ConvTranspose1dImpl#