Searched refs:FST2 (Results 1 - 6 of 6) sorted by relevance

/external/openfst/src/include/fst/
H A Dcompose-filter.h163 // typedef typename M1::FST2 FST2;
170 // ComposeFilter(const FST1 &fst1, const FST2 &fst2,
205 // This filter requires epsilons on FST1 to be read before epsilons on FST2.
210 typedef typename M2::FST FST2; typedef in class:fst::SequenceComposeFilter
220 SequenceComposeFilter(const FST1 &fst1, const FST2 &fst2,
290 // This filter requires epsilons on FST2 to be read before epsilons on FST1.
295 typedef typename M2::FST FST2; typedef in class:fst::AltSequenceComposeFilter
305 AltSequenceComposeFilter(const FST1 &fst1, const FST2 &fst2,
364 const FST2
381 typedef typename M2::FST FST2; typedef in class:fst::MatchComposeFilter
483 typedef typename F::FST2 FST2; typedef in class:fst::MultiEpsFilter
[all...]
H A Dequivalent.h177 enum { FST1 = 1, FST2 = 2 }; // Required by Util::MapState(...) enumerator in enum:fst::__anon28142
180 MappedId s2 = Util::MapState(fst2.Start(), FST2);
244 arc_pairs[arc.ilabel].second = Util::MapState(arc.nextstate, FST2);
H A Dlookahead-filter.h200 typedef typename F::FST2 FST2; typedef in class:fst::LookAheadComposeFilter
211 LookAheadComposeFilter(const FST1 &fst1, const FST2 &fst2,
333 typedef typename F::FST2 FST2; typedef in class:fst::PushWeightsComposeFilter
345 PushWeightsComposeFilter(const FST1 &fst1, const FST2 &fst2,
427 typedef typename F::FST2 FST2; typedef in class:fst::PushLabelsComposeFilter
439 PushLabelsComposeFilter(const FST1 &fst1, const FST2 &fst2,
603 const FST2
[all...]
H A Dcompose.h54 M *matcher2; // FST2 matcher
85 M2 *matcher2; // FST2 matcher
206 typedef typename M2::FST FST2; typedef in class:fst::ComposeFstImpl
222 ComposeFstImpl(const FST1 &fst1, const FST2 &fst2,
279 const FST2 &GetFst2() { return fst2_; }
378 const FST2 &fst2_;
388 const FST1 &fst1, const FST2 &fst2,
469 // delayed Fst. If FST1 transduces string x to y with weight a and FST2
672 // y with weight a and FST2 transduces y to z with weight b, then
/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
146 MappedId s2 = Util::MapState(fst2.Start(), FST2);
208 arc_pairs[arc.ilabel].second = Util::MapState(arc.nextstate, FST2);
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h280 typedef typename F::FST2 FST2; typedef in class:fst::ParenFilter
294 ParenFilter(const FST1 &fst1, const FST2 &fst2,

Completed in 145 milliseconds