Home
last modified time | relevance | path

Searched refs:LookAheadFst (Results 1 – 6 of 6) sorted by relevance

/external/openfst/src/include/fst/
Dlookahead-matcher.h148 bool LookAheadFst(const Fst<Arc> &fst, StateId s) { in LookAheadFst() function
219 bool LookAheadFst(const Fst<Arc> &fst, StateId s) {return true; } in LookAheadFst() function
237 return LookAheadFst(fst, s); in LookAheadFst_()
310 bool LookAheadFst(const Fst<Arc> &fst, StateId s);
328 return LookAheadFst(fst, s); in LookAheadFst_()
338 bool ArcLookAheadMatcher<M, F>::LookAheadFst(const Fst<Arc> &fst, StateId s) { in LookAheadFst() function
542 bool LookAheadFst(const L &fst, StateId s);
569 return LookAheadFst(fst, s); in LookAheadFst_()
583 bool LabelLookAheadMatcher<M, F, S>::LookAheadFst(const L &fst, StateId s) { in LookAheadFst() function
758 bool LookAheadFst(const Fst<Arc> &fst, StateId s) { in LookAheadFst() function
[all …]
Dmatcher-fst.h282 bool LookAheadFst(const Fst<Arc> &fst, StateId s) { in LookAheadFst() function
283 return matcher_->LookAheadFst(fst, s); in LookAheadFst()
Dlookahead-filter.h306 return selector_.GetMatcher()->LookAheadFst(selector_.GetFst(), in LookAheadFilterArc()
/external/openfst/
Dconfigure.ac79 [enable LookAheadFst extensions])],
DREADME22 --enable-lookahead-fsts Enable LookAheadFst classes (def: no)
Dconfigure1415 --enable-lookahead-fsts enable LookAheadFst extensions