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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dshortest-path.h277 StateId superfinal = distance->size(); // superfinal must be handled local
280 compare(pairs, *distance, superfinal, opts.delta);
300 if (p.first == superfinal)
302 if ((p.first == superfinal) && (r[p.first] == n)) break;
304 if (p.first == superfinal)
325 pairs.push_back(Pair(superfinal, w));
H A Dmap.h35 // A final weight is mapped to an arc to the superfinal state
37 // The superfinal state will be added only if it is needed.
40 // A final weight is mapped to an arc to the superfinal state
42 // Zero(). The superfinal state is always added (if the input is
65 // e.g. whether to add a superfinal state. They will use the Properties()
91 StateId superfinal = kNoStateId; local
93 superfinal = fst->AddState();
94 fst->SetFinal(superfinal, Weight::One());
113 if (s != superfinal) {
116 // Add a superfinal stat
174 StateId superfinal = kNoStateId; local
[all...]
/external/openfst/src/include/fst/
H A Darc-map.h21 // not change the number of arcs (except possibly superfinal arcs).
45 // A final weight is mapped to an arc to the superfinal state
47 // The superfinal state will be added only if it is needed.
50 // A final weight is mapped to an arc to the superfinal state
52 // Zero(). The superfinal state is always added (if the input is
72 // the number of arcs (expect possibly superfinal arcs).
96 // e.g. whether to add a superfinal state. They will use the Properties()
128 StateId superfinal = kNoStateId; local
130 superfinal = fst->AddState();
131 fst->SetFinal(superfinal, Weigh
233 StateId superfinal = kNoStateId; local
[all...]

Completed in 106 milliseconds