Searched refs:LookAheadWeight (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
H A Dlookahead-matcher.h78 // Weight LookAheadWeight() const;
104 // A non-trivial implementation of LookAheadWeight() method defined and
152 Weight LookAheadWeight() const { return weight_; } function in class:fst::LookAheadMatcherBase
220 Weight LookAheadWeight() const { return Weight::One(); } function in class:fst::TrivialLookAheadMatcher
240 Weight LookAheadWeight_() const { return LookAheadWeight(); }
260 using LookAheadMatcherBase<Arc>::LookAheadWeight;
354 SetLookAheadWeight(Plus(LookAheadWeight(),
364 SetLookAheadWeight(Plus(LookAheadWeight(), matcher_.Value().weight));
389 SetLookAheadWeight(Plus(LookAheadWeight(), arc.weight));
397 SetLookAheadWeight(Plus(LookAheadWeight(),
767 Weight LookAheadWeight() const { function in class:fst::LookAheadMatcher
[all...]
H A Dmatcher-fst.h286 Weight LookAheadWeight() const { return matcher_->LookAheadWeight(); } function in class:fst::LookAheadMatcher
H A Dlookahead-filter.h322 // using the LookAheadWeight() method of matcher argument. It is
374 Selector().GetMatcher()->LookAheadWeight() : Weight::One();

Completed in 737 milliseconds