Home | History | Annotate | Download | only in fst

Lines Matching refs:Fst

20 // strings from one FST are transduced the same by both FSTs.
25 #include <fst/arcsort.h>
26 #include <fst/compose.h>
27 #include <fst/project.h>
28 #include <fst/randgen.h>
29 #include <fst/shortest-distance.h>
30 #include <fst/vector-fst.h>
33 namespace fst {
44 bool RandEquivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2,
73 const Fst<Arc> &fst = rand() % 2 ? sfst1 : sfst2;
74 RandGen(fst, &path, opts);
122 bool RandEquivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2,
133 } // namespace fst