Home
last modified time | relevance | path

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

/external/openfst/src/include/fst/extensions/pdt/
Dshortest-path.h729 Arc path_arc = kNoArc; in GetPathArc() local
747 if (arc.weight == Plus(arc.weight, path_arc.weight)) in GetPathArc()
748 path_arc = arc; in GetPathArc()
750 if (path_arc.nextstate == kNoStateId) { in GetPathArc()
754 return path_arc; in GetPathArc()