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

/external/openfst/src/script/
H A Dshortest-path.cc29 ShortestPathArgs1 args(ifst, ofst, distance, opts);
30 Apply<Operation<ShortestPathArgs1> >("ShortestPath", ifst.ArcType(), &args);
44 REGISTER_FST_OPERATION(ShortestPath, StdArc, ShortestPathArgs1);
45 REGISTER_FST_OPERATION(ShortestPath, LogArc, ShortestPathArgs1);
46 REGISTER_FST_OPERATION(ShortestPath, Log64Arc, ShortestPathArgs1);
/external/openfst/src/include/fst/script/
H A Dshortest-path.h53 ShortestPathArgs1; typedef in namespace:fst::script
57 void ShortestPath(ShortestPathArgs1 *args) {
H A Dfstscript.h139 REGISTER_FST_OPERATION(ShortestPath, Arc, ShortestPathArgs1);

Completed in 73 milliseconds