Class DecoderS2S

Inheritance Relationships

Base Type

Class Documentation

class DecoderS2S : public marian::DecoderBase

Public Functions

virtual Ptr<DecoderState> startState(Ptr<ExpressionGraph> graph, Ptr<data::CorpusBatch> batch, std::vector<Ptr<EncoderState>> &encStates)
virtual Ptr<DecoderState> step(Ptr<ExpressionGraph> graph, Ptr<DecoderState> state)
virtual const std::vector<Expr> getAlignments(int i = 0)
void clear()