Searched defs:arc_selector (Results 1 - 2 of 2) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Drandgen.h100 const S &arc_selector; // How an arc is selected at a state member in struct:fst::RandGenOptions
109 : arc_selector(sel), max_length(len), npath(n),
139 size_t n = opts.arc_selector(ifst, opts.source);
/external/openfst/src/include/fst/
H A Drandgen.h169 ArcSampler(const Fst<A> &fst, const S &arc_selector, argument
172 arc_selector_(arc_selector),
244 ArcSampler(const Fst<A> &fst, const S &arc_selector, int max_length = INT_MAX) argument
246 arc_selector_(arc_selector),
588 const S &arc_selector; // How an arc is selected at a state member in struct:fst::RandGenOptions
597 : arc_selector(sel),
688 Sampler* arc_sampler = new Sampler(ifst, opts.arc_selector, opts.max_length);

Completed in 274 milliseconds