Searched defs:LookAheadOutput (Results 1 - 1 of 1) sorted by relevance

/external/openfst/src/include/fst/
H A Dlookahead-filter.h255 return LookAheadOutput() ? LookAheadFilterArc(arc1, arc2, f) :
282 bool LookAheadOutput() const { function in class:fst::LookAheadComposeFilter
296 Label &labela = LookAheadOutput() ? arca->olabel : arca->ilabel;
401 bool LookAheadOutput() const { return filter_.LookAheadOutput(); } function in class:fst::PushWeightsComposeFilter
446 filter_.LookAheadOutput() ? kMultiEpsList : kMultiEpsLoop,
450 filter_.LookAheadOutput() ? kMultiEpsLoop : kMultiEpsList,
461 filter_.LookAheadOutput() ? kMultiEpsList : kMultiEpsLoop,
465 filter_.LookAheadOutput() ? kMultiEpsLoop : kMultiEpsList,
480 narcsa_ = LookAheadOutput()
598 bool LookAheadOutput() const { return filter_.LookAheadOutput(); } function in class:fst::PushLabelsComposeFilter
[all...]

Completed in 180 milliseconds