Searched refs:UnionFst (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/include/fst/
H A Dunion.h132 class UnionFst : public RationalFst<A> { class in namespace:fst
140 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2) { function in class:fst::UnionFst
144 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2, const UnionFstOptions &opts) function in class:fst::UnionFst
150 UnionFst(const UnionFst<A> &fst, bool safe = false) function in class:fst::UnionFst
153 // Get a copy of this UnionFst. See Fst<>::Copy() for further doc.
154 virtual UnionFst<A> *Copy(bool safe = false) const {
155 return new UnionFst<A>(*this, safe);
160 // Specialization for UnionFst.
162 class StateIterator< UnionFst<
[all...]
H A Dfst-decl.h68 template <class A> class UnionFst;
110 typedef UnionFst<StdArc> StdUnionFst;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dunion.h107 class UnionFst : public RationalFst<A> { class in namespace:fst
115 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2) { function in class:fst::UnionFst
119 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2, const UnionFstOptions &opts) function in class:fst::UnionFst
124 UnionFst(const UnionFst<A> &fst) : RationalFst<A>(fst) {} function in class:fst::UnionFst
126 virtual UnionFst<A> *Copy() const { return new UnionFst<A>(*this); }
130 // Specialization for UnionFst.
132 class StateIterator< UnionFst<A> > : public StateIterator< RationalFst<A> > {
134 explicit StateIterator(const UnionFst<
[all...]
H A Dfst-decl.h53 template <class A> class UnionFst;
75 typedef UnionFst<StdArc> StdUnionFst;
/external/openfst/src/test/
H A Dalgo_test.h92 UnionFst<Arc> U2(T1, T2);
140 UnionFst<Arc> U1(T1, T2);
141 UnionFst<Arc> U2(U1, T3);
143 UnionFst<Arc> U3(T2, T3);
144 UnionFst<Arc> U4(T1, U3);
152 UnionFst<Arc> U1(T1, T2);
155 UnionFst<Arc> U3(T2, T3);
156 UnionFst<Arc> U4(T1, U3);
236 UnionFst<Arc> U1(T1, T2);
241 UnionFst<Ar
[all...]

Completed in 419 milliseconds