HomeSort by relevance Sort by last modified time
    Searched defs:FST (Results 1 - 6 of 6) sorted by null

  /external/openfst/src/include/fst/
matcher-fst.h 1 // matcher-fst.h
19 // Class to add a matcher to an FST.
24 #include <fst/add-on.h>
25 #include <fst/const-fst.h>
26 #include <fst/lookahead-matcher.h>
29 namespace fst { namespace
42 // Matcher(const F &fst, MatchType type, MatcherData *data);
70 typedef AddOnImpl<typename M::FST, D> Impl;
74 // Class to add a matcher M to an Fst F. Creates a new Fst of type name N
    [all...]
mutable-fst.h 1 // mutable-fst.h
19 // Expanded FST augmented with mutators - interface class definition
32 #include <fst/expanded-fst.h>
35 namespace fst { namespace
39 // An expanded FST plus mutators (use MutableArcIterator to modify arcs).
47 virtual MutableFst<A> &operator=(const Fst<A> &fst) = 0;
49 MutableFst<A> &operator=(const MutableFst<A> &fst) {
50 return operator=(static_cast<const Fst<A> &>(fst))
111 Fst<A> *fst = reader(strm, ropts); local
    [all...]
lookahead-matcher.h 19 // Classes to add lookahead to FST matchers, useful e.g. for improving
25 #include <fst/add-on.h>
26 #include <fst/const-fst.h>
27 #include <fst/fst.h>
28 #include <fst/label-reachable.h>
29 #include <fst/matcher.h>
35 namespace fst { namespace
43 // typedef F FST;
668 Fst<A> &fst = (*impl)->GetFst(); local
    [all...]
matcher.h 19 // Classes to allow matching labels leaving FST states.
27 #include <fst/mutable-fst.h> // for all internal FST accessors
30 namespace fst { namespace
33 // FST states. In the simplest form, these are just some associative
42 // typedef F FST;
49 // Matcher(const F &fst, MatchType type);
50 // // If safe=true, the copy is thread-safe. See Fst<>::Copy()
54 // // If safe=true, the copy is thread-safe. See Fst<>::Copy(
    [all...]
fst.h 0 // fst.h
19 // Finite-State Transducer (FST) - abstract base class definition,
31 #include <fst/compat.h>
32 #include <fst/types.h>
34 #include <fst/arc.h>
35 #include <fst/properties.h>
36 #include <fst/register.h>
39 #include <fst/symbol-table.h>
40 #include <fst/util.h>
45 namespace fst { namespace
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 363 /// FST - This instruction implements a truncating store to FP stack
367 FST,
    [all...]

Completed in 267 milliseconds