Lines Matching defs:state_threshold
43 StateId state_threshold;
55 state_threshold(s),
94 // When 'opts.state_threshold != kNoStateId', the resulting transducer
95 // will restricted further to have at most 'opts.state_threshold'
123 if ((opts.state_threshold == 0) ||
170 if ((opts.state_threshold != kNoStateId) &&
171 (num_visited >= opts.state_threshold))
191 // 'weight_threshold'. When 'state_threshold != kNoStateId', the
193 // 'opts.state_threshold' states. Weights need to be commutative and
199 typename Arc::StateId state_threshold = kNoStateId,
201 PruneOptions<Arc, AnyArcFilter<Arc> > opts(weight_threshold, state_threshold,
211 // Times() 'opts.weight_threshold'. When 'opts.state_threshold !=
213 // 'opts.state_threshold' states. Weights need to be commutative and
238 (opts.state_threshold == 0))
289 if ((opts.state_threshold != kNoStateId) &&
290 (ofst->NumStates() >= opts.state_threshold))
322 // 'state_threshold != kNoStateId', 'ofst' will be restricted further
323 // to have at most 'opts.state_threshold' states. Weights need to be
330 typename Arc::StateId state_threshold = kNoStateId,
332 PruneOptions<Arc, AnyArcFilter<Arc> > opts(weight_threshold, state_threshold,