HomeSort by relevance Sort by last modified time
    Searched refs:LookAheadWeight (Results 1 - 3 of 3) sorted by null

  /external/openfst/src/include/fst/
lookahead-matcher.h 78 // Weight LookAheadWeight() const;
104 // A non-trivial implementation of LookAheadWeight() method defined and
152 Weight LookAheadWeight() const { return weight_; }
220 Weight LookAheadWeight() const { return Weight::One(); }
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(),
    [all...]
matcher-fst.h 286 Weight LookAheadWeight() const { return matcher_->LookAheadWeight(); }
lookahead-filter.h 322 // using the LookAheadWeight() method of matcher argument. It is
374 Selector().GetMatcher()->LookAheadWeight() : Weight::One();

Completed in 56 milliseconds