Home
last modified time | relevance | path

Searched refs:ShortestPath (Results 1 – 10 of 10) sorted by relevance

/external/openfst/src/script/
Dshortest-path.cc24 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/
Dshortest-path.h57 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 …]
Dfstscript.h139 REGISTER_FST_OPERATION(ShortestPath, Arc, ShortestPathArgs1); in RegisterBatch2()
140 REGISTER_FST_OPERATION(ShortestPath, Arc, ShortestPathArgs2); in RegisterBatch2()
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_bvgraph_test.cc266 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/
Dpdtscript.h226 ShortestPath(fst, parens, ofst, spopts); in PdtShortestPath()
233 ShortestPath(fst, parens, ofst, spopts); in PdtShortestPath()
240 ShortestPath(fst, parens, ofst, spopts); in PdtShortestPath()
Dshortest-path.h424 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()
Dexpand.h365 reverse_shortest_path_->ShortestPath(&path);
/external/openfst/src/bin/
Dfstshortestpath.cc87 s::ShortestPath(*ifst, &ofst, &distance, opts); in main()
/external/openfst/src/include/fst/
Dshortest-path.h413 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/
Dalgo_test.h779 ShortestPath(T, &path); in TestSearch()
791 ShortestPath(R, &paths, nshortest, true, false, in TestSearch()
803 ShortestPath(R, &path); in TestSearch()