HomeSort by relevance Sort by last modified time
    Searched refs:rdistance (Results 1 - 2 of 2) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-distance.h 248 vector<ReverseWeight> rdistance; local
249 AutoQueue<StateId> state_queue(rfst, &rdistance, rarc_filter);
253 ShortestDistance(rfst, &rdistance, ropts);
255 while (distance->size() < rdistance.size() - 1)
256 distance->push_back(rdistance[distance->size() + 1].Reverse());
shortest-path.h 75 vector<Weight> rdistance;

Completed in 20 milliseconds