HomeSort by relevance Sort by last modified time
    Searched full:match_labelb (Results 1 - 1 of 1) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 511 Label match_labelb = find_input ? arcb.olabel : arcb.ilabel; local
512 if (match_labelb) { // Consider non-epsilon match
513 if (FindLabel(&aitera, numarcsa, match_labelb, find_input)) {
517 if (match_labela != match_labelb)
522 // If there is no transition labelled 'match_labelb' in
523 // fsta, try matching 'match_labelb' against special symbols
533 // 'match_labelb' is found, or b) the initial state of
542 if (FindLabel(&aiterf, numarcsf, match_labelb, find_input)) {
544 // in sf and consuming symbol 'match_labelb'.
548 // No transition labelled 'match_labelb' found: tr
    [all...]

Completed in 94 milliseconds