Home
last modified time | relevance | path

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

/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dshortest-path.h310 const ReverseArc &rarc = aiter.Value(); in ShortestPath() local
311 Arc arc(rarc.ilabel, rarc.olabel, rarc.weight.Reverse(), rarc.nextstate); in ShortestPath()
/external/openfst/src/include/fst/
Dshortest-path.h358 const RevArc &rarc = aiter.Value();
359 Arc arc(rarc.ilabel, rarc.olabel, rarc.weight.Reverse(), rarc.nextstate);