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

  /external/openfst/src/include/fst/script/
randgen.h 50 FastLogProbArcSelector<Arc> arc_selector(seed);
51 RandGenOptions< FastLogProbArcSelector<Arc> >
randequivalent.h 67 FastLogProbArcSelector<Arc> arc_selector(seed);
68 RandGenOptions< FastLogProbArcSelector<Arc> >
  /external/openfst/src/include/fst/
randgen.h 111 class FastLogProbArcSelector : public LogProbArcSelector<A> {
117 FastLogProbArcSelector(int seed = time(0))
235 // Specialization for FastLogProbArcSelector.
237 class ArcSampler<A, FastLogProbArcSelector<A> > {
239 typedef FastLogProbArcSelector<A> S;

Completed in 119 milliseconds