Searched refs:UniformArcSelector (Results 1 - 6 of 6) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandgen.h42 struct UniformArcSelector { struct in namespace:fst
46 UniformArcSelector(int seed = time(0)) { srand(seed); } function in struct:fst::UniformArcSelector
162 UniformArcSelector<Arc> uniform_selector;
163 RandGenOptions< UniformArcSelector<Arc> > opts(uniform_selector);
/external/openfst/src/include/fst/script/
H A Drandgen.h44 UniformArcSelector<Arc> arc_selector(seed);
45 RandGenOptions< UniformArcSelector<Arc> >
H A Drandequivalent.h60 UniformArcSelector<Arc> arc_selector(seed);
61 RandGenOptions< UniformArcSelector<Arc> >
/external/openfst/src/include/fst/
H A Drandequivalent.h126 UniformArcSelector<Arc> uniform_selector(seed);
127 RandGenOptions< UniformArcSelector<Arc> >
H A Drandgen.h48 struct UniformArcSelector { struct in namespace:fst
52 UniformArcSelector(int seed = time(0)) { srand(seed); } function in struct:fst::UniformArcSelector
705 UniformArcSelector<IArc> uniform_selector;
706 RandGenOptions< UniformArcSelector<IArc> > opts(uniform_selector);
/external/openfst/src/test/
H A Dalgo_test.h822 UniformArcSelector<Arc> uniform_selector(seed_);
823 RandGenOptions< UniformArcSelector<Arc> >

Completed in 206 milliseconds