Searched refs:LookAheadFst (Results 1 – 6 of 6) sorted by relevance
/external/openfst/src/include/fst/ |
D | lookahead-matcher.h | 148 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 …]
|
D | matcher-fst.h | 282 bool LookAheadFst(const Fst<Arc> &fst, StateId s) { in LookAheadFst() function 283 return matcher_->LookAheadFst(fst, s); in LookAheadFst()
|
D | lookahead-filter.h | 306 return selector_.GetMatcher()->LookAheadFst(selector_.GetFst(), in LookAheadFilterArc()
|
/external/openfst/ |
D | configure.ac | 79 [enable LookAheadFst extensions])],
|
D | README | 22 --enable-lookahead-fsts Enable LookAheadFst classes (def: no)
|
D | configure | 1415 --enable-lookahead-fsts enable LookAheadFst extensions
|