Lines Matching refs:opts
56 const RandGenOptions<RandArcSelection> &opts = args->args.arg6;
59 if (opts.arc_selector == UNIFORM_ARC_SELECTOR) {
62 ropts(arc_selector, opts.max_length, opts.npath);
66 } else if (opts.arc_selector == FAST_LOG_PROB_ARC_SELECTOR) {
69 ropts(arc_selector, opts.max_length, opts.npath);
76 ropts(arc_selector, opts.max_length, opts.npath);
98 fst::script::RandArcSelection> &opts);