Rate this Page

Class ConvTranspose3d#

Inheritance Relationships#

Base Type#

Class Documentation#

class ConvTranspose3d : public torch::nn::ModuleHolder<ConvTranspose3dImpl>#

A ModuleHolder subclass for ConvTranspose3dImpl.

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

Public Types

using Impl = ConvTranspose3dImpl#