Searched defs:SetLookAheadWeight (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dlookahead-matcher.h166 void SetLookAheadWeight(const Weight &w) { weight_ = w; } function in class:fst::LookAheadMatcherBase
262 using LookAheadMatcherBase<Arc>::SetLookAheadWeight;
345 SetLookAheadWeight(Weight::Zero());
354 SetLookAheadWeight(Plus(LookAheadWeight(),
364 SetLookAheadWeight(Plus(LookAheadWeight(), matcher_.Value().weight));
389 SetLookAheadWeight(Plus(LookAheadWeight(), arc.weight));
397 SetLookAheadWeight(Plus(LookAheadWeight(),
408 SetLookAheadWeight(Weight::One()); // Avoids double counting.
435 using LookAheadMatcherBase<Arc>::SetLookAheadWeight;
587 SetLookAheadWeight(Weigh
[all...]

Completed in 154 milliseconds