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);
|