Searched refs:ShortestPathArgs2 (Results 1 – 3 of 3) sorted by relevance
/external/openfst/src/script/ |
D | shortest-path.cc | 38 ShortestPathArgs2 args(ifst, ofst, n, unique, first_path, weight_threshold, in ShortestPath() 40 Apply<Operation<ShortestPathArgs2> >("ShortestPath", ifst.ArcType(), &args); in ShortestPath() 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/ |
D | shortest-path.h | 157 int64> ShortestPathArgs2; typedef 160 void ShortestPath(ShortestPathArgs2 *args) { in ShortestPath()
|
D | fstscript.h | 140 REGISTER_FST_OPERATION(ShortestPath, Arc, ShortestPathArgs2); in RegisterBatch2()
|