Searched refs:ClosureFst (Results 1 – 5 of 5) sorted by relevance
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | closure.h | 96 class ClosureFst : public RationalFst<A> { 102 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { in ClosureFst() function 106 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts) in ClosureFst() function 111 ClosureFst(const ClosureFst<A> &fst) : RationalFst<A>(fst) {} in ClosureFst() function 113 virtual ClosureFst<A> *Copy() const { return new ClosureFst<A>(*this); } in Copy() 119 class StateIterator< ClosureFst<A> > : public StateIterator< RationalFst<A> > { 121 explicit StateIterator(const ClosureFst<A> &fst) in StateIterator() 128 class ArcIterator< ClosureFst<A> > : public ArcIterator< RationalFst<A> > { 132 ArcIterator(const ClosureFst<A> &fst, StateId s) in ArcIterator() 138 typedef ClosureFst<StdArc> StdClosureFst;
|
D | fst-decl.h | 40 template <class A> class ClosureFst; variable 64 typedef ClosureFst<StdArc> StdClosureFst;
|
/external/openfst/src/include/fst/ |
D | closure.h | 104 class ClosureFst : public RationalFst<A> { 110 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { in ClosureFst() function 114 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts) in ClosureFst() function 120 ClosureFst(const ClosureFst<A> &fst, bool safe = false) 124 virtual ClosureFst<A> *Copy(bool safe = false) const { 125 return new ClosureFst<A>(*this, safe); 132 class StateIterator< ClosureFst<A> > : public StateIterator< RationalFst<A> > { 134 explicit StateIterator(const ClosureFst<A> &fst) in StateIterator() 141 class ArcIterator< ClosureFst<A> > : public ArcIterator< RationalFst<A> > { 145 ArcIterator(const ClosureFst<A> &fst, StateId s) in ArcIterator() [all …]
|
D | fst-decl.h | 55 template <class A> class ClosureFst; variable 98 typedef ClosureFst<StdArc> StdClosureFst;
|
/external/openfst/src/test/ |
D | algo_test.h | 112 ClosureFst<Arc> C2(T1, CLOSURE_STAR); in TestRational() 120 ClosureFst<Arc> C2(T1, CLOSURE_PLUS); in TestRational() 288 ClosureFst<Arc> S(T1, CLOSURE_STAR); in TestRational() 291 ClosureFst<Arc> P(T1, CLOSURE_PLUS); in TestRational() 298 ClosureFst<Arc> S(T1, CLOSURE_STAR); in TestRational() 301 ClosureFst<Arc> P(T1, CLOSURE_PLUS); in TestRational() 954 ClosureFst<Arc> S(A1, CLOSURE_STAR); in TestRational()
|