Home
last modified time | relevance | path

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

/external/openfst/src/script/
Dshortest-path.cc38 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/
Dshortest-path.h157 int64> ShortestPathArgs2; typedef
160 void ShortestPath(ShortestPathArgs2 *args) { in ShortestPath()
Dfstscript.h140 REGISTER_FST_OPERATION(ShortestPath, Arc, ShortestPathArgs2); in RegisterBatch2()