Class ScorerWrapperState

Inheritance Relationships

Base Type

Class Documentation

class ScorerWrapperState : public marian::ScorerState

Public Functions

ScorerWrapperState(Ptr<DecoderState> state)
virtual ~ScorerWrapperState()
virtual Ptr<DecoderState> getState()
virtual Logits getLogProbs() const
virtual void blacklist(Expr totalCosts, Ptr<data::CorpusBatch> batch)

Protected Attributes

Ptr<DecoderState> state_