Home | History | Annotate | Download | only in fst

Lines Matching refs:weight_threshold

949   Weight weight_threshold;    // Pruning weight threshold.
956 : delta(d), weight_threshold(w), state_threshold(n),
992 if (opts.weight_threshold != Weight::Zero() ||
998 PruneOptions< Arc, AnyArcFilter<Arc> > popts(opts.weight_threshold,
1005 Prune(ofst, opts.weight_threshold, opts.state_threshold);