Searched refs:FastLogProbArcSelector (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/script/
H A Drandgen.h50 FastLogProbArcSelector<Arc> arc_selector(seed);
51 RandGenOptions< FastLogProbArcSelector<Arc> >
H A Drandequivalent.h67 FastLogProbArcSelector<Arc> arc_selector(seed);
68 RandGenOptions< FastLogProbArcSelector<Arc> >
/external/openfst/src/include/fst/
H A Drandgen.h111 class FastLogProbArcSelector : public LogProbArcSelector<A> { class in namespace:fst
117 FastLogProbArcSelector(int seed = time(0)) function in class:fst::FastLogProbArcSelector
235 // Specialization for FastLogProbArcSelector.
237 class ArcSampler<A, FastLogProbArcSelector<A> > {
239 typedef FastLogProbArcSelector<A> S;

Completed in 1024 milliseconds