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

/external/openfst/src/include/fst/
H A Dmatcher-fst.h286 Weight LookAheadWeight() const { return matcher_->LookAheadWeight(); } function in class:fst::LookAheadMatcher
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...]

Completed in 46 milliseconds