Home
last modified time | relevance | path

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

/external/openfst/src/script/
Dshortest-path.cc29 ShortestPathArgs1 args(ifst, ofst, distance, opts); in ShortestPath()
30 Apply<Operation<ShortestPathArgs1> >("ShortestPath", ifst.ArcType(), &args); in ShortestPath()
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/
Dshortest-path.h53 ShortestPathArgs1; typedef
57 void ShortestPath(ShortestPathArgs1 *args) { in ShortestPath()
Dfstscript.h139 REGISTER_FST_OPERATION(ShortestPath, Arc, ShortestPathArgs1); in RegisterBatch2()