Class QuicksandShortlistGenerator

Inheritance Relationships

Base Type

Class Documentation

class QuicksandShortlistGenerator : public marian::data::ShortlistGenerator

Public Functions

QuicksandShortlistGenerator(Ptr<Options> options, Ptr<const Vocab> srcVocab, Ptr<const Vocab> trgVocab, size_t srcIdx = 0, size_t trgIdx = 1, bool shared = false)
Ptr<Shortlist> generate(Ptr<data::CorpusBatch> batch) const