Rate this Page

Class ConvTranspose2d#

Inheritance Relationships#

Base Type#

Class Documentation#

class ConvTranspose2d : public torch::nn::ModuleHolder<ConvTranspose2dImpl>#

A ModuleHolder subclass for ConvTranspose2dImpl.

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

Public Types

using Impl = ConvTranspose2dImpl#