Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dlookahead-filter.h255 return LookAheadOutput() ? LookAheadFilterArc(arc1, arc2, f) : in FilterArc()
282 bool LookAheadOutput() const { in LookAheadOutput() function
296 Label &labela = LookAheadOutput() ? arca->olabel : arca->ilabel; in LookAheadFilterArc()
401 bool LookAheadOutput() const { return filter_.LookAheadOutput(); } in LookAheadOutput() function
446 filter_.LookAheadOutput() ? kMultiEpsList : kMultiEpsLoop, in PushLabelsComposeFilter()
450 filter_.LookAheadOutput() ? kMultiEpsLoop : kMultiEpsList, in PushLabelsComposeFilter()
461 filter_.LookAheadOutput() ? kMultiEpsList : kMultiEpsLoop,
465 filter_.LookAheadOutput() ? kMultiEpsLoop : kMultiEpsList,
480 narcsa_ = LookAheadOutput() ? internal::NumArcs(fst1_, s1) in SetState()
502 return LookAheadOutput() ? PushedLabelFilterArc(arc1, arc2, flabel) : in FilterArc()
[all …]