Home | History | Annotate | Download | only in fst

Lines Matching defs:weight_threshold

41   Weight weight_threshold;
54 : weight_threshold(w),
93 // the weight of the shortest path Times() 'opts.weight_threshold'.
136 Weight limit = Times((*fdistance)[fst->Start()], opts.weight_threshold);
191 // 'weight_threshold'. When 'state_threshold != kNoStateId', the
198 typename Arc::Weight weight_threshold,
201 PruneOptions<Arc, AnyArcFilter<Arc> > opts(weight_threshold, state_threshold,
211 // Times() 'opts.weight_threshold'. When 'opts.state_threshold !=
237 if (less(opts.weight_threshold, Weight::One()) ||
258 opts.weight_threshold);
321 // the weight of the shortest path Times() 'weight_threshold'. When
329 typename Arc::Weight weight_threshold,
332 PruneOptions<Arc, AnyArcFilter<Arc> > opts(weight_threshold, state_threshold,