Searched refs:ShortestPathArgs1 (Results 1 – 3 of 3) sorted by relevance
/external/openfst/src/script/ |
D | shortest-path.cc | 29 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/ |
D | shortest-path.h | 53 ShortestPathArgs1; typedef 57 void ShortestPath(ShortestPathArgs1 *args) { in ShortestPath()
|
D | fstscript.h | 139 REGISTER_FST_OPERATION(ShortestPath, Arc, ShortestPathArgs1); in RegisterBatch2()
|