Home
last modified time | relevance | path

Searched refs:UnionFst (Results 1 – 3 of 3) sorted by relevance

/external/openfst/src/include/fst/
Dunion.h132 class UnionFst : public RationalFst<A> {
140 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2) { in UnionFst() function
144 UnionFst(const Fst<A> &fst1, const Fst<A> &fst2, const UnionFstOptions &opts) in UnionFst() function
150 UnionFst(const UnionFst<A> &fst, bool safe = false)
154 virtual UnionFst<A> *Copy(bool safe = false) const {
155 return new UnionFst<A>(*this, safe);
162 class StateIterator< UnionFst<A> > : public StateIterator< RationalFst<A> > {
164 explicit StateIterator(const UnionFst<A> &fst) in StateIterator()
171 class ArcIterator< UnionFst<A> > : public ArcIterator< RationalFst<A> > {
175 ArcIterator(const UnionFst<A> &fst, StateId s) in ArcIterator()
[all …]
Dfst-decl.h68 template <class A> class UnionFst; variable
110 typedef UnionFst<StdArc> StdUnionFst;
/external/openfst/src/test/
Dalgo_test.h92 UnionFst<Arc> U2(T1, T2); in TestRational()
140 UnionFst<Arc> U1(T1, T2); in TestRational()
141 UnionFst<Arc> U2(U1, T3); in TestRational()
143 UnionFst<Arc> U3(T2, T3); in TestRational()
144 UnionFst<Arc> U4(T1, U3); in TestRational()
152 UnionFst<Arc> U1(T1, T2); in TestRational()
155 UnionFst<Arc> U3(T2, T3); in TestRational()
156 UnionFst<Arc> U4(T1, U3); in TestRational()
236 UnionFst<Arc> U1(T1, T2); in TestRational()
241 UnionFst<Arc> U2(C2, C3); in TestRational()
[all …]