Searched refs:Compose (Results 1 - 10 of 10) sorted by relevance

/external/openfst/src/script/
H A Dcompose.cc25 void Compose(const FstClass &ifst1, const FstClass &ifst2, function in namespace:fst::script
27 if (!ArcTypesMatch(ifst1, ifst2, "Compose") ||
28 !ArcTypesMatch(*ofst, ifst1, "Compose")) return;
31 Apply<Operation<ComposeArgs1> >("Compose", ifst1.ArcType(), &args);
34 void Compose(const FstClass &ifst1, const FstClass &ifst2, function in namespace:fst::script
36 if (!ArcTypesMatch(ifst1, ifst2, "Compose") ||
37 !ArcTypesMatch(*ofst, ifst1, "Compose")) return;
40 Apply<Operation<ComposeArgs2> >("Compose", ifst1.ArcType(), &args);
43 REGISTER_FST_OPERATION(Compose, StdArc, ComposeArgs1);
44 REGISTER_FST_OPERATION(Compose, LogAr
[all...]
/external/openfst/src/include/fst/script/
H A Dcompose.h31 void Compose(ComposeArgs1 *args) { function in namespace:fst::script
36 Compose(ifst1, ifst2, ofst, args->arg4);
45 void Compose(ComposeArgs2 *args) { function in namespace:fst::script
50 Compose(ifst1, ifst2, ofst, args->arg4);
53 void Compose(const FstClass &ifst1, const FstClass &ifst2,
57 void Compose(const FstClass &ifst1, const FstClass &ifst2,
H A Dfstscript.h92 REGISTER_FST_OPERATION(Compose, Arc, ComposeArgs1);
93 REGISTER_FST_OPERATION(Compose, Arc, ComposeArgs2);
/external/openfst/src/include/fst/
H A Drandequivalent.h82 Compose(ipath, sfst1, &cfst1);
84 Compose(cfst1, opath, &pfst1);
92 Compose(ipath, sfst2, &cfst2);
94 Compose(cfst2, opath, &pfst2);
H A Dcompose.h463 // Compose specifying only caching options.
468 // Compose specifying one shared matcher type M. Requires input
476 // Compose specifying two matcher types M1 and M2. Requires input
633 // - Compose trims its output.
644 void Compose(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2, function in namespace:fst
/external/openfst/src/bin/
H A Dfstcompose.cc90 s::Compose(*ifst1, *ifst2, &ofst, opts);
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h19 // Compose a PDT and an FST.
108 void Compose(const Fst<Arc> &ifst1, function in namespace:fst
130 void Compose(const Fst<Arc> &ifst1, function in namespace:fst
H A Dpdtscript.h69 Compose(ifst1, parens, ifst2, ofst, args->arg5);
71 Compose(ifst1, ifst2, parens, ofst, args->arg5);
/external/srec/tools/grxmlcompile/
H A Dgrxmlcompile.cpp884 fst::Compose(l_fst, prefix_fst, &lg_fst, copts);
894 fst::Compose( *c_fst, clg_fst, &clg_det_fst, copts);
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dcompose.h887 // - Compose trims its output.
898 void Compose(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2, function in namespace:fst

Completed in 1111 milliseconds