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.h734 Arc path_arc = kNoArc; in GetPathArc() local
752 if (arc.weight == Plus(arc.weight, path_arc.weight)) in GetPathArc()
753 path_arc = arc; in GetPathArc()
755 if (path_arc.nextstate == kNoStateId) { in GetPathArc()
759 return path_arc; in GetPathArc()