Searched refs:ArcSort (Results 1 - 13 of 13) sorted by relevance

/external/openfst/src/script/
H A Darcsort.cc24 void ArcSort(MutableFstClass *fst, ArcSortType sort_type) { function in namespace:fst::script
27 Apply<Operation<ArcSortArgs> >("ArcSort", fst->ArcType(), &args);
30 REGISTER_FST_OPERATION(ArcSort, StdArc, ArcSortArgs);
31 REGISTER_FST_OPERATION(ArcSort, LogArc, ArcSortArgs);
32 REGISTER_FST_OPERATION(ArcSort, Log64Arc, ArcSortArgs);
/external/openfst/src/include/fst/script/
H A Darcsort.h32 void ArcSort(ArcSortArgs *args) { function in namespace:fst::script
37 ArcSort(fst, icomp);
40 ArcSort(fst, ocomp);
44 void ArcSort(MutableFstClass *ofst, ArcSortType sort_type);
H A Dfstscript.h89 REGISTER_FST_OPERATION(ArcSort, Arc, ArcSortArgs);
/external/openfst/src/bin/
H A Dfstarcsort.cc34 using fst::script::ArcSort;
55 ArcSort(fst, fst::script::ILABEL_COMPARE);
57 ArcSort(fst, fst::script::OLABEL_COMPARE);
/external/openfst/src/include/fst/
H A Drandequivalent.h67 ArcSort(&sfst1, icomp);
68 ArcSort(&sfst2, icomp);
83 ArcSort(&cfst1, ocomp);
93 ArcSort(&cfst2, ocomp);
H A Darcsort.h97 void ArcSort(MutableFst<Arc> *fst, Compare comp) { function in namespace:fst
H A Dlabel-reachable.h227 ArcSort(fst, ILabelCompare<Arc>());
230 ArcSort(fst, OLabelCompare<Arc>());
H A Dminimize.h218 ArcSort(&Tr_, ilabel_comp);
502 ArcSort(fst, ILabelCompare<A>());
/external/openfst/src/test/
H A Dalgo_test.h464 ArcSort(&S1, ocomp);
465 ArcSort(&S2, ocomp);
466 ArcSort(&S3, icomp);
541 ArcSort(&S1, icomp);
548 ArcSort(&S1, icomp);
557 ArcSort(&S1, icomp);
559 ArcSort(&S2, ocomp);
969 ArcSort(&S1, comp);
970 ArcSort(&S2, comp);
971 ArcSort(
[all...]
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp564 fst::ArcSort(&cfst_, fst::StdOLabelCompare());
881 fst::ArcSort(&l_fst, fst::StdOLabelCompare());
882 fst::ArcSort(&prefix_fst, fst::StdILabelCompare());
886 fst::ArcSort(&lg_fst, fst::StdILabelCompare());
/external/srec/tools/make_cfst/
H A Dmake_cfst.cpp243 fst::ArcSort(&fst2, fst::StdOLabelCompare());
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dminimize.h205 ArcSort(&Tr_, ilabel_comp);
497 ArcSort(fst, ILabelCompare<A>());
H A Darcsort.h43 void ArcSort(MutableFst<Arc> *fst, Compare comp) { function in namespace:fst

Completed in 115 milliseconds