Home | History | Annotate | Download | only in lib

Lines Matching refs:Fst

27 #include "fst/lib/encode.h"
28 #include "fst/lib/push.h"
29 #include "fst/lib/union-find.h"
30 #include "fst/lib/vector-fst.h"
32 namespace fst {
59 // and 2, identifying the input FST.
74 static bool IsFinal(const Fst<Arc> &fa, MappedId s) {
113 bool Equivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2) {
191 ArcIterator<Fst<Arc> > arc_iter(fst1, Util::UnMapState(s1));
203 ArcIterator<Fst<Arc> > arc_iter(fst2, Util::UnMapState(s2));
231 } // namespace fst