HomeSort by relevance Sort by last modified time
    Searched refs:ExpandedFst (Results 1 - 5 of 5) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
expanded-fst.h 28 class ExpandedFst : public Fst<A> {
35 // Get a copy of this ExpandedFst.
36 virtual ExpandedFst<A> *Copy() const = 0;
37 // Read an ExpandedFst from an input stream; return NULL on error.
38 static ExpandedFst<A> *Read(istream &strm, const FstReadOptions &opts) {
49 LOG(ERROR) << "ExpandedFst::Read: Not an ExpandedFst: " << ropts.source;
56 LOG(ERROR) << "ExpandedFst::Read: Unknown FST type \"" << hdr.FstType()
63 return down_cast<ExpandedFst<A> *>(fst);
65 // Read an ExpandedFst from a file; return NULL on error
    [all...]
fst-decl.h 34 template <class A> class ExpandedFst;
58 typedef ExpandedFst<StdArc> StdExpandedFst;
mutable-fst.h 33 class MutableFst : public ExpandedFst<A> {
minimize.h 124 CyclicMinimizer(const ExpandedFst<A>& fst) {
305 AcyclicMinimizer(const ExpandedFst<A>& fst) {
const-fst.h 222 class ConstFst : public ExpandedFst<A> {

Completed in 44 milliseconds