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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
concat.h 105 class ConcatFst : public RationalFst<A> {
113 ConcatFst(const Fst<A> &fst1, const Fst<A> &fst2) {
117 ConcatFst(const Fst<A> &fst1, const Fst<A> &fst2,
122 ConcatFst(const ConcatFst<A> &fst) : RationalFst<A>(fst) {}
124 virtual ConcatFst<A> *Copy() const { return new ConcatFst<A>(*this); }
128 // Specialization for ConcatFst.
130 class StateIterator< ConcatFst<A> > : public StateIterator< RationalFst<A> > {
132 explicit StateIterator(const ConcatFst<A> &fst
    [all...]
fst-decl.h 42 template <class A> class ConcatFst;
66 typedef ConcatFst<StdArc> StdConcatFst;
  /external/openfst/src/include/fst/
concat.h 193 class ConcatFst : public RationalFst<A> {
201 ConcatFst(const Fst<A> &fst1, const Fst<A> &fst2) {
205 ConcatFst(const Fst<A> &fst1, const Fst<A> &fst2,
211 ConcatFst(const ConcatFst<A> &fst, bool safe = false)
214 // Get a copy of this ConcatFst. See Fst<>::Copy() for further doc.
215 virtual ConcatFst<A> *Copy(bool safe = false) const {
216 return new ConcatFst<A>(*this, safe);
221 // Specialization for ConcatFst.
223 class StateIterator< ConcatFst<A> > : public StateIterator< RationalFst<A> >
    [all...]
fst-decl.h 57 template <class A> class ConcatFst;
100 typedef ConcatFst<StdArc> StdConcatFst;
  /external/openfst/src/test/
algo_test.h 101 ConcatFst<Arc> C2(T1, T2);
177 ConcatFst<Arc> C1(T1, T2);
178 ConcatFst<Arc> C2(C1, T3);
180 ConcatFst<Arc> C3(T2, T3);
181 ConcatFst<Arc> C4(T1, C3);
188 ConcatFst<Arc> C1(T1, T2);
191 ConcatFst<Arc> C3(T2, T3);
192 ConcatFst<Arc> C4(T1, C3);
237 ConcatFst<Arc> C1(T3, U1);
239 ConcatFst<Arc> C2(T3, T1)
    [all...]

Completed in 75 milliseconds