Searched defs:Fst (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dcompile-impl.h19 // Class to to compile a binary Fst from textual input.
43 // Compile a binary Fst from textual input, helper class for fstcompile.cc
130 const VectorFst<A> &Fst() const { function in class:fst::FstCompiler
/external/srec/tools/grxmlcompile/
H A Dfst-io.h25 // Classes and functions to compile a binary Fst from textual input.
48 FstPrinter(const Fst<A> &fst,
56 // Print Fst to an output strm
65 for (StateIterator< Fst<A> > siter(fst_);
109 for (ArcIterator< Fst<A> > aiter(fst_, s);
137 const Fst<A> &fst_;
152 Fst<Arc> *fst = Fst<Arc>::Read(istrm, opts);
283 const VectorFst<A> &Fst() const { return fst_; } function in class:fst::FstReader
366 // unlike the other mains, which infer the arc type from an input Fst
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfst.h38 const FstHeader *header; // Pointer to Fst header (if non-zero)
64 // Fst HEADER CLASS
66 // This is the recommended Fst file header representation.
111 // Fst INTERFACE CLASS DEFINITION
118 class Fst { class in namespace:fst
124 virtual ~Fst() {}
143 virtual const string& Type() const = 0; // Fst type name
145 // Get a copy of this Fst.
146 virtual Fst<A> *Copy() const = 0;
147 // Read an Fst fro
[all...]
/external/openfst/src/include/fst/
H A Dfst.h62 const FstHeader *header; // Pointer to Fst header. If non-zero, use
99 // Fst HEADER CLASS
101 // This is the recommended Fst file header representation.
155 // Fst INTERFACE CLASS DEFINITION
162 class Fst { class in namespace:fst
168 virtual ~Fst() {}
187 virtual const string& Type() const = 0; // Fst type name
189 // Get a copy of this Fst. The copying behaves as follows:
192 // and is on an otherwise unaccessed Fst.
196 // separate threads. For some Fst type
[all...]

Completed in 293 milliseconds