Lines Matching refs:state_threshold
54 StateId state_threshold; // pruning state threshold.
62 weight_threshold(w), state_threshold(s) {}
112 opts.state_threshold != kNoStateId) {
282 typename Arc::StateId state_threshold = kNoStateId) {
321 state_threshold == 0) {
343 (state_threshold != kNoStateId &&
344 ofst->NumStates() >= state_threshold))
457 opts.weight_threshold, opts.state_threshold);
463 opts.weight_threshold, opts.state_threshold);
488 typename Arc::StateId state_threshold = kNoStateId) {
495 state_threshold);