Struct TranslationModel::MarianBackend

Nested Relationships

This struct is a nested type of Class TranslationModel.

Struct Documentation

struct MarianBackend

A package of marian-entities which form a backend to translate.

Public Types

using Graph = Ptr<ExpressionGraph>
using ScorerEnsemble = std::vector<Ptr<Scorer>>

Public Members

Graph graph
ScorerEnsemble scorerEnsemble
bool initialized = {false}