/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
randgen.h | 100 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/ |
randgen.h | 169 ArcSampler(const Fst<A> &fst, const S &arc_selector, 172 arc_selector_(arc_selector), 244 ArcSampler(const Fst<A> &fst, const S &arc_selector, int max_length = INT_MAX) 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);
|