Searched refs:FST (Results 1 - 11 of 11) 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 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
81 // // Return matcher FST.
140 typedef F FST; typedef in class:fst::SortedMatcher
397 typedef typename M::FST FST; typedef in class:fst::RhoMatcher
403 RhoMatcher(const FST
571 typedef typename M::FST FST; typedef in class:fst::SigmaMatcher
760 typedef typename M::FST FST; typedef in class:fst::PhiMatcher
992 typedef typename M::FST FST; typedef in class:fst::MultiEpsMatcher
1160 typedef F FST; typedef in class:fst::Matcher
[all...]
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
710 typedef F FST; typedef in class:fst::LookAheadMatcher
[all...]
H A Dcompose-filter.h209 typedef typename M1::FST FST1;
210 typedef typename M2::FST FST2;
294 typedef typename M1::FST FST1;
295 typedef typename M2::FST FST2;
380 typedef typename M1::FST FST1;
381 typedef typename M2::FST FST2;
H A Dcompose.h205 typedef typename M1::FST FST1;
206 typedef typename M2::FST FST2;
249 // Set error if found; return FST impl properties.
291 template <class FST, class Matcher>
293 const FST &fstb, StateId sb,
303 for (ArcIterator<FST> iterb(fstb, sb); !iterb.Done(); iterb.Next())
479 // Assuming the first FST is unsorted and the second is sorted:
484 // FST. Constant time and space to visit an input state or arc is
490 // - the choice of which tnansducer is sorted - prefer sorting the FST
521 // Fsts and matcher FST typ
[all...]
H A Dlookahead-filter.h69 // distinct FST and matcher types w/o using a common base class. This
73 // Stores and returns the appropriate FST and matcher for lookahead.
80 // Stores and returns the appropriate FST and matcher for lookahead.
87 typedef typename M::FST F;
121 // Stores and returns the appropriate FST and matcher for lookahead.
126 typedef typename M1::FST F1;
153 // Stores and returns the appropriate FST and matcher for lookahead.
158 typedef typename M2::FST F2;
606 ssize_t narcsa_; // Number of arcs leaving look-ahead match FST
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 Dfst.h19 // Finite-State Transducer (FST) - abstract base class definition,
140 uint64 properties_; // FST property bits
158 // A generic FST, templated on the arc definition, with
220 LOG(ERROR) << "Fst::Read: Unknown FST type \"" << hdr.FstType()
331 // Generic state iterator, templated on the FST definition
343 typedef F FST; typedef in class:fst::StateIterator
441 // Generic arc iterator, templated on the FST definition
453 typedef F FST; typedef in class:fst::ArcIterator
535 // FST ACCESSORS - Useful functions in high-performance cases.
639 // Allows (only) setting error bit on const FST impl
[all...]
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h19 // Compose a PDT and an FST.
44 typedef typename M::FST FST; typedef in class:fst::ParenMatcher
50 ParenMatcher(const FST &fst, MatchType match_type,
99 const FST &GetFst() const { return matcher_.GetFst(); }
408 bool expand_; // Expands to FST
444 // Class to setup composition options for PDT with FST composition.
445 // Specialization is for the FST as the first composition argument.
488 // Composes pushdown transducer (PDT) encoded as an FST (1st arg) and
489 // an FST (
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h442 /// FST - This instruction implements a truncating store to FP stack
446 FST, enumerator in enum:llvm::X86ISD::NodeType
H A DX86ISelLowering.cpp10735 // FIXME: Currently the FST is flagged to the FILD_FLAG. This
10751 Chain = DAG.getMemIntrinsicNode(X86ISD::FST, DL, Tys,
16494 case X86ISD::FST: return "X86ISD::FST";

Completed in 620 milliseconds