Home | History | Annotate | Download | only in fst

Lines Matching refs:Fst

34 #include <fst/encode.h>
35 #include <fst/push.h>
36 #include <fst/union-find.h>
37 #include <fst/vector-fst.h>
40 namespace fst {
67 // and 2, identifying the input FST.
82 static bool IsFinal(const Fst<Arc> &fa, MappedId s) {
129 bool Equivalent(const Fst<Arc> &fst1,
130 const Fst<Arc> &fst2,
225 ArcIterator<Fst<Arc> > arc_iter(fst1, Util::UnMapState(s1));
237 ArcIterator<Fst<Arc> > arc_iter(fst2, Util::UnMapState(s2));
272 } // namespace fst