Home | History | Annotate | Download | only in fst

Lines Matching defs:Compose

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.
520 // Compose specifying one shared matcher type M. Requires input
528 // Compose specifying two matcher types M1 and M2. Requires input
560 // Create compose implementation specifying two matcher types.
578 // Create compose implementation specifying one matcher type.
588 // Create compose implementation specifying no matcher type.
688 // - Compose trims its output.
699 void Compose(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,