/external/openfst/src/script/ |
D | shortest-path.cc | 24 void ShortestPath(const FstClass &ifst, MutableFstClass *ofst, in ShortestPath() function 33 void ShortestPath(const FstClass &ifst, MutableFstClass *ofst, in ShortestPath() function 44 REGISTER_FST_OPERATION(ShortestPath, StdArc, ShortestPathArgs1); 45 REGISTER_FST_OPERATION(ShortestPath, LogArc, ShortestPathArgs1); 46 REGISTER_FST_OPERATION(ShortestPath, Log64Arc, ShortestPathArgs1); 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 | 57 void ShortestPath(ShortestPathArgs1 *args) { in ShortestPath() function 78 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath() 90 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath() 102 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath() 114 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath() 126 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath() 138 ShortestPath(ifst, ofst, &weights, spopts); in ShortestPath() 160 void ShortestPath(ShortestPathArgs2 *args) { in ShortestPath() function 166 ShortestPath(ifst, ofst, args->arg3, args->arg4, args->arg5, in ShortestPath() 172 void ShortestPath(const FstClass &ifst, MutableFstClass *ofst, [all …]
|
D | fstscript.h | 139 REGISTER_FST_OPERATION(ShortestPath, Arc, ShortestPathArgs1); in RegisterBatch2() 140 REGISTER_FST_OPERATION(ShortestPath, Arc, ShortestPathArgs2); in RegisterBatch2()
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_bvgraph_test.cc | 266 void ShortestPath() { in ShortestPath() function 298 TEST(BVGraph, ShortestPath) { in TEST() argument 299 ShortestPath<BV1>(); in TEST() 300 ShortestPath<BV2>(); in TEST() 301 ShortestPath<BV3>(); in TEST() 302 ShortestPath<BV4>(); in TEST()
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | pdtscript.h | 226 ShortestPath(fst, parens, ofst, spopts); in PdtShortestPath() 233 ShortestPath(fst, parens, ofst, spopts); in PdtShortestPath() 240 ShortestPath(fst, parens, ofst, spopts); in PdtShortestPath()
|
D | shortest-path.h | 424 void ShortestPath(MutableFst<Arc> *ofst) { in ShortestPath() function 776 void ShortestPath(const Fst<Arc> &ifst, in ShortestPath() function 782 psp.ShortestPath(ofst); in ShortestPath() 786 void ShortestPath(const Fst<Arc> &ifst, in ShortestPath() function 793 psp.ShortestPath(ofst); in ShortestPath()
|
D | expand.h | 365 reverse_shortest_path_->ShortestPath(&path);
|
/external/openfst/src/bin/ |
D | fstshortestpath.cc | 87 s::ShortestPath(*ifst, &ofst, &distance, opts); in main()
|
/external/openfst/src/include/fst/ |
D | shortest-path.h | 413 void ShortestPath(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, in ShortestPath() function 484 void ShortestPath(const Fst<Arc> &ifst, MutableFst<Arc> *ofst, 496 ShortestPath(ifst, ofst, &distance, opts);
|
/external/openfst/src/test/ |
D | algo_test.h | 779 ShortestPath(T, &path); in TestSearch() 791 ShortestPath(R, &paths, nshortest, true, false, in TestSearch() 803 ShortestPath(R, &path); in TestSearch()
|