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

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

Completed in 93 milliseconds