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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-path.h 61 void SingleShortestPath(const Fst<Arc> &ifst,
88 LOG(FATAL) << "SingleShortestPath: for nshortest > 1, use ShortestPath"
92 LOG(FATAL) << "SingleShortestPath: Weight needs to have the path"
240 SingleShortestPath(ifst, ofst, distance, opts);
  /external/openfst/src/include/fst/
shortest-path.h 78 void SingleShortestPath(const Fst<Arc> &ifst,
106 FSTERROR() << "SingleShortestPath: for nshortest > 1, use ShortestPath"
114 "SingleShortestPath: weight and state thresholds not applicable";
120 FSTERROR() << "SingleShortestPath: Weight needs to have the path"
422 SingleShortestPath(ifst, ofst, distance, opts);

Completed in 53 milliseconds