Rate this Page

Class TransformerDecoder#

Inheritance Relationships#

Base Type#

Class Documentation#

class TransformerDecoder : public torch::nn::ModuleHolder<TransformerDecoderImpl>#

A ModuleHolder subclass for TransformerDecoderImpl.

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

Public Types

using Impl = TransformerDecoderImpl#