Searched refs:FST2 (Results 1 – 5 of 5) sorted by relevance
/external/openfst/src/include/fst/ |
D | compose-filter.h | 210 typedef typename M2::FST FST2; typedef 220 SequenceComposeFilter(const FST1 &fst1, const FST2 &fst2, 295 typedef typename M2::FST FST2; typedef 305 AltSequenceComposeFilter(const FST1 &fst1, const FST2 &fst2, 364 const FST2 &fst2_; 381 typedef typename M2::FST FST2; typedef 391 MatchComposeFilter(const FST1 &fst1, const FST2 &fst2, 465 const FST2 &fst2_; 483 typedef typename F::FST2 FST2; typedef 494 MultiEpsFilter(const FST1 &fst1, const FST2 &fst2,
|
D | lookahead-filter.h | 200 typedef typename F::FST2 FST2; typedef 211 LookAheadComposeFilter(const FST1 &fst1, const FST2 &fst2, in LookAheadComposeFilter() 333 typedef typename F::FST2 FST2; typedef 345 PushWeightsComposeFilter(const FST1 &fst1, const FST2 &fst2, in PushWeightsComposeFilter() 427 typedef typename F::FST2 FST2; typedef 439 PushLabelsComposeFilter(const FST1 &fst1, const FST2 &fst2, in PushLabelsComposeFilter() 603 const FST2 &fst2_;
|
D | equivalent.h | 176 enum { FST1 = 1, FST2 = 2 }; // Required by Util::MapState(...) enumerator 179 MappedId s2 = Util::MapState(fst2.Start(), FST2); 243 arc_pairs[arc.ilabel].second = Util::MapState(arc.nextstate, FST2);
|
D | compose.h | 206 typedef typename M2::FST FST2; typedef 222 ComposeFstImpl(const FST1 &fst1, const FST2 &fst2, 367 const FST2 &fst2_; 377 const FST1 &fst1, const FST2 &fst2, in ComposeFstImpl()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | equivalent.h | 144 enum { FST1 = 1, FST2 = 2 }; // Required by Util::MapState(...) in Equivalent() enumerator 147 MappedId s2 = Util::MapState(fst2.Start(), FST2); in Equivalent() 209 arc_pairs[arc.ilabel].second = Util::MapState(arc.nextstate, FST2); in Equivalent()
|