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

/external/openfst/src/include/fst/
H A Dmatcher-fst.h19 // Class to add a matcher to an FST.
70 typedef AddOnImpl<typename M::FST, D> Impl;
87 typedef F FST; typedef in class:fst::MatcherFst
207 typedef MatcherFst<F, M, N, I> FST; typedef in class:fst::Matcher
212 Matcher(const FST &fst, MatchType match_type) {
216 Matcher(const Matcher<FST> &matcher) {
222 Matcher<FST> *Copy() const {
223 return new Matcher<FST>(*this);
246 typedef MatcherFst<F, M, N, I> FST; typedef in class:fst::LookAheadMatcher
252 LookAheadMatcher(const FST
[all...]
H A Dmutable-fst.h19 // Expanded FST augmented with mutators - interface class definition
39 // An expanded FST plus mutators (use MutableArcIterator to modify arcs).
106 LOG(ERROR) << "MutableFst::Read: Unknown FST type \"" << hdr.FstType()
118 // convert to a mutable FST of type 'convert_type' if file is
119 // a non-mutable FST.
174 // Generic mutable arc iterator, templated on the FST definition
189 typedef F FST; typedef in class:fst::MutableArcIterator
H A Dlookahead-matcher.h19 // Classes to add lookahead to FST matchers, useful e.g. for improving
43 // typedef F FST;
65 // // arbitrary rational set of strings, specified by an FST and a state
66 // // from which to begin the matching. If the lookahead FST is a
70 // // Are there paths P from 's' in the lookahead FST that can be read from
80 // // Is there is a single non-epsilon arc found in the lookahead FST
87 // // Optionally pre-specifies the lookahead FST that will be passed
89 // // then 'fst' is a copy of the FST used in the previous call to
112 // Look-ahead of matcher FST non-epsilon arcs?
115 // Look-ahead of matcher FST epsilo
187 typedef typename M::FST FST; typedef in class:fst::TrivialLookAheadMatcher
253 typedef typename M::FST FST; typedef in class:fst::ArcLookAheadMatcher
426 typedef typename M::FST FST; typedef in class:fst::LabelLookAheadMatcher
711 typedef F FST; typedef in class:fst::LookAheadMatcher
[all...]
H A Dmatcher.h19 // Classes to allow matching labels leaving FST states.
27 #include <fst/mutable-fst.h> // for all internal FST accessors
33 // FST states. In the simplest form, these are just some associative
42 // typedef F FST;
59 // // compatibility of the input FST). It is either
79 // // Return matcher FST.
129 typedef F FST; typedef in class:fst::SortedMatcher
354 typedef typename M::FST FST; typedef in class:fst::RhoMatcher
360 RhoMatcher(const FST
522 typedef typename M::FST FST; typedef in class:fst::SigmaMatcher
702 typedef typename M::FST FST; typedef in class:fst::PhiMatcher
906 typedef typename M::FST FST; typedef in class:fst::MultiEpsMatcher
1071 typedef F FST; typedef in class:fst::Matcher
[all...]
H A Dfst.h19 // Finite-State Transducer (FST) - abstract base class definition,
133 uint64 properties_; // FST property bits
151 // A generic FST, templated on the arc definition, with
213 LOG(ERROR) << "Fst::Read: Unknown FST type \"" << hdr.FstType()
325 // Generic state iterator, templated on the FST definition
337 typedef F FST; typedef in class:fst::StateIterator
435 // Generic arc iterator, templated on the FST definition
447 typedef F FST; typedef in class:fst::ArcIterator
529 // FST ACCESSORS - Useful functions in high-performance cases.
633 // Allows (only) setting error bit on const FST impl
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h363 /// FST - This instruction implements a truncating store to FP stack
367 FST, enumerator in enum:llvm::X86ISD::NodeType

Completed in 280 milliseconds