Home
last modified time | relevance | path

Searched refs:UniformArcSelector (Results 1 – 5 of 5) sorted by relevance

/external/openfst/src/include/fst/script/
Drandgen.h44 UniformArcSelector<Arc> arc_selector(seed); in RandGen()
45 RandGenOptions< UniformArcSelector<Arc> > in RandGen()
Drandequivalent.h60 UniformArcSelector<Arc> arc_selector(seed); in RandEquivalent()
61 RandGenOptions< UniformArcSelector<Arc> > in RandEquivalent()
/external/openfst/src/include/fst/
Drandequivalent.h126 UniformArcSelector<Arc> uniform_selector(seed);
127 RandGenOptions< UniformArcSelector<Arc> >
Drandgen.h48 struct UniformArcSelector { struct
52 UniformArcSelector(int seed = time(0)) { srand(seed); } argument
705 UniformArcSelector<IArc> uniform_selector; in RandGen()
706 RandGenOptions< UniformArcSelector<IArc> > opts(uniform_selector); in RandGen()
/external/openfst/src/test/
Dalgo_test.h822 UniformArcSelector<Arc> uniform_selector(seed_); in Equiv()
823 RandGenOptions< UniformArcSelector<Arc> > in Equiv()