HomeSort by relevance Sort by last modified time
    Searched defs:Compose (Results 1 - 5 of 5) sorted by null

  /external/openfst/src/script/
compose.cc 19 #include <fst/script/compose.h>
25 void Compose(const FstClass &ifst1, const FstClass &ifst2,
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,
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)
    [all...]
  /external/openfst/src/include/fst/script/
compose.h 22 #include <fst/compose.h>
31 void Compose(ComposeArgs1 *args) {
36 Compose(ifst1, ifst2, ofst, args->arg4);
45 void Compose(ComposeArgs2 *args) {
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/
compose.h 0 // compose.h
30 #include <fst/compose-filter.h>
55 F *filter; // Composition filter (see compose-filter.h)
56 T *state_table; // Composition state table (see compose-state-table.h)
86 F *filter; // Composition filter (see compose-filter.h)
87 T *state_table; // Composition state table (see compose-state-table.h)
127 SetType("compose");
201 // matcher.h), composition filter (see compose-filter-inl.h) and
202 // the composition state table (see compose-state-table.h).
515 // Compose specifying only caching options
    [all...]
  /external/openfst/src/include/fst/extensions/pdt/
compose.h 0 // compose.h
19 // Compose a PDT and an FST.
27 #include <fst/compose.h>
495 void Compose(const Fst<Arc> &ifst1,
518 void Compose(const Fst<Arc> &ifst1,
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 0 // compose.h
36 // compose without any extra extensions.
109 SetType("compose");
171 // Access to flags encoding compose options/optimizations etc. (for
465 // Access to flags encoding compose options/optimizations etc. (for
751 // Access to flags encoding compose options/optimizations etc. (for
887 // - Compose trims its output.
    [all...]

Completed in 63 milliseconds