Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/
Dlookahead-filter.h296 Label &labela = LookAheadOutput() ? arca->olabel : arca->ilabel; in LookAheadFilterArc() local
298 if (labela != 0 && !(flags_ & kLookAheadNonEpsilons)) in LookAheadFilterArc()
300 if (labela == 0 && !(flags_ & kLookAheadEpsilons)) in LookAheadFilterArc()
549 Label &labela = LookAheadOutput() ? arca->olabel : arca->ilabel; in PushedLabelFilterArc() local
554 } else if (labela == flabel) { in PushedLabelFilterArc()
555 labela = 0; // Convert match to multi-eps to eps in PushedLabelFilterArc()
557 } else if (labela == 0) { in PushedLabelFilterArc()
573 Label &labela = LookAheadOutput() ? arca->olabel : arca->ilabel; in PushLabelFilterArc() local
578 if (labela != 0 && // Wrong lookahead prefix type? in PushLabelFilterArc()
585 labela = LookAheadOutput() ? larc.ilabel : larc.olabel; in PushLabelFilterArc()
[all …]