Searched refs:ShortestPathArgs2 (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/script/
H A Dshortest-path.cc38 ShortestPathArgs2 args(ifst, ofst, n, unique, first_path, weight_threshold,
40 Apply<Operation<ShortestPathArgs2> >("ShortestPath", ifst.ArcType(), &args);
48 REGISTER_FST_OPERATION(ShortestPath, StdArc, ShortestPathArgs2);
49 REGISTER_FST_OPERATION(ShortestPath, LogArc, ShortestPathArgs2);
50 REGISTER_FST_OPERATION(ShortestPath, Log64Arc, ShortestPathArgs2);
/external/openfst/src/include/fst/script/
H A Dshortest-path.h157 int64> ShortestPathArgs2; typedef in namespace:fst::script
160 void ShortestPath(ShortestPathArgs2 *args) {
H A Dfstscript.h140 REGISTER_FST_OPERATION(ShortestPath, Arc, ShortestPathArgs2);

Completed in 82 milliseconds