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

  /external/openfst/src/include/fst/
matcher-fst.h 286 Weight LookAheadWeight() const { return matcher_->LookAheadWeight(); }
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...]

Completed in 82 milliseconds