HomeSort by relevance Sort by last modified time
    Searched refs:UniformArcSelector (Results 1 - 6 of 6) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
randgen.h 42 struct UniformArcSelector {
46 UniformArcSelector(int seed = time(0)) { srand(seed); }
162 UniformArcSelector<Arc> uniform_selector;
163 RandGenOptions< UniformArcSelector<Arc> > opts(uniform_selector);
  /external/openfst/src/include/fst/script/
randgen.h 44 UniformArcSelector<Arc> arc_selector(seed);
45 RandGenOptions< UniformArcSelector<Arc> >
randequivalent.h 60 UniformArcSelector<Arc> arc_selector(seed);
61 RandGenOptions< UniformArcSelector<Arc> >
  /external/openfst/src/include/fst/
randequivalent.h 126 UniformArcSelector<Arc> uniform_selector(seed);
127 RandGenOptions< UniformArcSelector<Arc> >
randgen.h 48 struct UniformArcSelector {
52 UniformArcSelector(int seed = time(0)) { srand(seed); }
705 UniformArcSelector<IArc> uniform_selector;
706 RandGenOptions< UniformArcSelector<IArc> > opts(uniform_selector);
  /external/openfst/src/test/
algo_test.h 822 UniformArcSelector<Arc> uniform_selector(seed_);
823 RandGenOptions< UniformArcSelector<Arc> >
    [all...]

Completed in 481 milliseconds