Class BinaryShortlistGenerator

Nested Relationships

Nested Types

Inheritance Relationships

Base Type

Class Documentation

class BinaryShortlistGenerator : public marian::data::ShortlistGenerator

Public Functions

BinaryShortlistGenerator(Ptr<Options> options, Ptr<const Vocab> srcVocab, Ptr<const Vocab> trgVocab, size_t srcIdx = 0, size_t = 1, bool shared = false)
BinaryShortlistGenerator(const void *ptr_void, const size_t blobSize, Ptr<const Vocab> srcVocab, Ptr<const Vocab> trgVocab, size_t srcIdx = 0, size_t = 1, bool shared = false, bool check = true)
~BinaryShortlistGenerator()
Ptr<Shortlist> generate(Ptr<data::CorpusBatch> batch) const
void dump(const std::string &fileName) const