Rate this Page

Class TransformerEncoder#

Inheritance Relationships#

Base Type#

Class Documentation#

class TransformerEncoder : public torch::nn::ModuleHolder<TransformerEncoderImpl>#

A ModuleHolder subclass for TransformerEncoderImpl.

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

Public Types

using Impl = TransformerEncoderImpl#