Searched defs:FST1 (Results 1 - 6 of 6) sorted by relevance

/external/openfst/src/include/fst/
H A Dequivalent.h177 enum { FST1 = 1, FST2 = 2 }; // Required by Util::MapState(...) enumerator in enum:fst::__anon28142
179 MappedId s1 = Util::MapState(fst1.Start(), FST1);
232 arc_pairs[arc.ilabel].first = Util::MapState(arc.nextstate, FST1);
H A Dcompose-filter.h162 // typedef typename M1::FST1 FST1;
164 // typedef typename FST1::Arc Arc;
170 // ComposeFilter(const FST1 &fst1, const FST2 &fst2,
205 // This filter requires epsilons on FST1 to be read before epsilons on FST2.
209 typedef typename M1::FST FST1; typedef in class:fst::SequenceComposeFilter
211 typedef typename FST1::Arc Arc;
220 SequenceComposeFilter(const FST1 &fst1, const FST2 &fst2,
279 const FST1 &fst1_;
290 // This filter requires epsilons on FST2 to be read before epsilons on FST1
294 typedef typename M1::FST FST1; typedef in class:fst::AltSequenceComposeFilter
380 typedef typename M1::FST FST1; typedef in class:fst::MatchComposeFilter
482 typedef typename F::FST1 FST1; typedef in class:fst::MultiEpsFilter
[all...]
H A Dlookahead-filter.h194 class M1 = LookAheadMatcher<typename F::FST1>,
199 typedef typename F::FST1 FST1; typedef in class:fst::LookAheadComposeFilter
211 LookAheadComposeFilter(const FST1 &fst1, const FST2 &fst2,
327 class M1 = LookAheadMatcher<typename F::FST1>,
332 typedef typename F::FST1 FST1; typedef in class:fst::PushWeightsComposeFilter
345 PushWeightsComposeFilter(const FST1 &fst1, const FST2 &fst2,
421 class M1 = LookAheadMatcher<typename F::FST1>,
426 typedef typename F::FST1 FST typedef in class:fst::PushLabelsComposeFilter
[all...]
H A Dcompose.h53 M *matcher1; // FST1 matcher (see matcher.h)
84 M1 *matcher1; // FST1 matcher (see matcher.h)
205 typedef typename M1::FST FST1; typedef in class:fst::ComposeFstImpl
222 ComposeFstImpl(const FST1 &fst1, const FST2 &fst2,
278 const FST1 &GetFst1() { return fst1_; }
377 const FST1 &fst1_;
388 const FST1 &fst1, const FST2 &fst2,
469 // delayed Fst. If FST1 transduces string x to y with weight a and FST2
671 // the composed FST into a MurableFst. If FST1 transduces string x to
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dequivalent.h143 enum { FST1 = 1, FST2 = 2 }; // Required by Util::MapState(...) enumerator in enum:fst::__anon31184
145 MappedId s1 = Util::MapState(fst1.Start(), FST1);
196 arc_pairs[arc.ilabel].first = Util::MapState(arc.nextstate, FST1);
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h279 typedef typename F::FST1 FST1; typedef in class:fst::ParenFilter
294 ParenFilter(const FST1 &fst1, const FST2 &fst2,

Completed in 85 milliseconds