Home | History | Annotate | Download | only in fst

Lines Matching refs:weight_threshold

53   Weight weight_threshold;   // pruning weight threshold.
62 weight_threshold(w), state_threshold(s) {}
111 if (opts.weight_threshold != Weight::Zero() ||
281 typename Arc::Weight weight_threshold = Arc::Weight::Zero(),
320 less(weight_threshold, Weight::One()) ||
332 Weight limit = Times(distance[ifst.Start()], weight_threshold);
457 opts.weight_threshold, opts.state_threshold);
463 opts.weight_threshold, opts.state_threshold);
487 typename Arc::Weight weight_threshold = Arc::Weight::Zero(),
494 kDelta, first_path, weight_threshold,