Searched refs:ClosureFst (Results 1 - 5 of 5) sorted by last modified time

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dclosure.h96 class ClosureFst : public RationalFst<A> { class in namespace:fst
102 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { function in class:fst::ClosureFst
106 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts) function in class:fst::ClosureFst
111 ClosureFst(const ClosureFst<A> &fst) : RationalFst<A>(fst) {} function in class:fst::ClosureFst
113 virtual ClosureFst<A> *Copy() const { return new ClosureFst<A>(*this); }
117 // Specialization for ClosureFst.
119 class StateIterator< ClosureFst<A> > : public StateIterator< RationalFst<A> > {
121 explicit StateIterator(const ClosureFst<
[all...]
H A Dfst-decl.h40 template <class A> class ClosureFst;
64 typedef ClosureFst<StdArc> StdClosureFst;
/external/openfst/src/include/fst/
H A Dclosure.h104 class ClosureFst : public RationalFst<A> { class in namespace:fst
110 ClosureFst(const Fst<A> &fst, ClosureType closure_type) { function in class:fst::ClosureFst
114 ClosureFst(const Fst<A> &fst, const ClosureFstOptions &opts) function in class:fst::ClosureFst
120 ClosureFst(const ClosureFst<A> &fst, bool safe = false) function in class:fst::ClosureFst
123 // Get a copy of this ClosureFst. See Fst<>::Copy() for further doc.
124 virtual ClosureFst<A> *Copy(bool safe = false) const {
125 return new ClosureFst<A>(*this, safe);
130 // Specialization for ClosureFst.
132 class StateIterator< ClosureFst<
[all...]
H A Dfst-decl.h55 template <class A> class ClosureFst;
98 typedef ClosureFst<StdArc> StdClosureFst;
/external/openfst/src/test/
H A Dalgo_test.h112 ClosureFst<Arc> C2(T1, CLOSURE_STAR);
120 ClosureFst<Arc> C2(T1, CLOSURE_PLUS);
288 ClosureFst<Arc> S(T1, CLOSURE_STAR);
291 ClosureFst<Arc> P(T1, CLOSURE_PLUS);
298 ClosureFst<Arc> S(T1, CLOSURE_STAR);
301 ClosureFst<Arc> P(T1, CLOSURE_PLUS);
954 ClosureFst<Arc> S(A1, CLOSURE_STAR);

Completed in 198 milliseconds