Class DecoderS2S¶
Defined in File s2s.h
Inheritance Relationships¶
Base Type¶
public marian::DecoderBase
(Class DecoderBase)
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)¶
-
void
clear
()¶
-
virtual Ptr<DecoderState>