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

  /external/openfst/src/include/fst/
matcher-fst.h 282 bool LookAheadFst(const Fst<Arc> &fst, StateId s) {
283 return matcher_->LookAheadFst(fst, s);
lookahead-matcher.h 72 // bool LookAheadFst(const Fst<Arc>& fst, StateId s);
75 // // lookahead and matcher FSTs for the last call to LookAheadFst.
82 // // call LookAheadFst? If so, return true and copy it to '*arc', o.w.
88 // // to LookAheadFst() for possible precomputation. If copy is true,
148 bool LookAheadFst(const Fst<Arc> &fst, StateId s) {
219 bool LookAheadFst(const Fst<Arc> &fst, StateId s) {return true; }
237 return LookAheadFst(fst, s);
310 bool LookAheadFst(const Fst<Arc> &fst, StateId s);
328 return LookAheadFst(fst, s);
338 bool ArcLookAheadMatcher<M, F>::LookAheadFst(const Fst<Arc> &fst, StateId s)
    [all...]

Completed in 83 milliseconds