Home | History | Annotate | Download | only in fst

Lines Matching defs:Arc

66   typedef A Arc;
142 template<class Arc>
143 void Intersect(const Fst<Arc> &ifst1, const Fst<Arc> &ifst2,
144 MutableFst<Arc> *ofst,
146 typedef Matcher< Fst<Arc> > M;
151 *ofst = IntersectFst<Arc>(ifst1, ifst2, nopts);
153 IntersectFstOptions<Arc> iopts;
155 *ofst = IntersectFst<Arc>(ifst1, ifst2, iopts);
157 IntersectFstOptions<Arc, M, AltSequenceComposeFilter<M> > iopts;
159 *ofst = IntersectFst<Arc>(ifst1, ifst2, iopts);
161 IntersectFstOptions<Arc, M, MatchComposeFilter<M> > iopts;
163 *ofst = IntersectFst<Arc>(ifst1, ifst2, iopts);