Searched defs:Compose (Results 1 - 5 of 5) 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/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
/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,
/external/openfst/src/include/fst/
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/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 123 milliseconds