Home
last modified time | relevance | path

Searched refs:state_threshold (Results 1 – 12 of 12) sorted by relevance

/external/openfst/src/include/fst/script/
Drmepsilon.h47 int64 state_threshold; member
54 connect(c), weight_threshold(w), state_threshold(n) { } in ShortestDistanceOptions()
79 opts.state_threshold); in RmEpsilonHelper()
87 opts.state_threshold); in RmEpsilonHelper()
95 opts.state_threshold); in RmEpsilonHelper()
104 opts.state_threshold); in RmEpsilonHelper()
112 opts.state_threshold); in RmEpsilonHelper()
120 opts.state_threshold); in RmEpsilonHelper()
199 int64 state_threshold = fst::kNoStateId,
Dprune.h34 int64 state_threshold; member
41 state_threshold(s), in weight_threshold()
60 StateId state_threshold = opts.state_threshold; in ConvertPruneOptions() local
71 weight_threshold, state_threshold, AnyArcFilter<A>(), distance, in ConvertPruneOptions()
141 int64 state_threshold = kNoStateId,
146 int64 state_threshold, float delta);
Dshortest-path.h39 const int64 state_threshold; member
48 weight_threshold(w), state_threshold(s) { } in ShortestDistanceOptions()
77 weight_threshold, opts.state_threshold); in ShortestPath()
89 weight_threshold, opts.state_threshold); in ShortestPath()
101 weight_threshold, opts.state_threshold); in ShortestPath()
113 weight_threshold, opts.state_threshold); in ShortestPath()
125 weight_threshold, opts.state_threshold); in ShortestPath()
137 weight_threshold, opts.state_threshold); in ShortestPath()
183 int64 state_threshold = fst::kNoStateId);
Ddisambiguate.h31 int64 state_threshold; member
38 : delta(d), weight_threshold(w), state_threshold(n), in delta()
55 detargs.state_threshold = opts.state_threshold; in Disambiguate()
Ddeterminize.h31 int64 state_threshold; member
38 : delta(d), weight_threshold(w), state_threshold(n), in delta()
55 detargs.state_threshold = opts.state_threshold; in Determinize()
/external/openfst/src/include/fst/
Dprune.h43 StateId state_threshold; variable
55 state_threshold(s), in weight_threshold()
123 if ((opts.state_threshold == 0) || in Prune()
170 if ((opts.state_threshold != kNoStateId) && in Prune()
171 (num_visited >= opts.state_threshold)) in Prune()
199 typename Arc::StateId state_threshold = kNoStateId,
201 PruneOptions<Arc, AnyArcFilter<Arc> > opts(weight_threshold, state_threshold,
238 (opts.state_threshold == 0)) in Prune()
289 if ((opts.state_threshold != kNoStateId) && in Prune()
290 (ofst->NumStates() >= opts.state_threshold)) in Prune()
[all …]
Dshortest-path.h54 StateId state_threshold; // pruning state threshold. member
62 weight_threshold(w), state_threshold(s) {}
112 opts.state_threshold != kNoStateId) { in SingleShortestPath()
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); in ShortestPath()
463 opts.weight_threshold, opts.state_threshold); in ShortestPath()
488 typename Arc::StateId state_threshold = kNoStateId) {
[all …]
Drmepsilon.h57 StateId state_threshold; // Pruning state threshold. variable
64 connect(c), weight_threshold(w), state_threshold(n) {}
322 opts.state_threshold != kNoStateId) in RmEpsilon()
323 Prune(fst, opts.weight_threshold, opts.state_threshold); in RmEpsilon()
325 opts.state_threshold != kNoStateId)) in RmEpsilon()
352 typename Arc::StateId state_threshold = kNoStateId,
361 opts(&state_queue, delta, connect, weight_threshold, state_threshold);
Ddeterminize.h950 StateId state_threshold; // Pruning state threshold. member
956 : delta(d), weight_threshold(w), state_threshold(n), in delta()
993 opts.state_threshold != kNoStateId) {
999 opts.state_threshold,
1005 Prune(ofst, opts.weight_threshold, opts.state_threshold);
/external/openfst/src/script/
Dprune.cc44 int64 state_threshold, float delta) { in Prune() argument
45 PruneArgs3 args(ifst, ofst, weight_threshold, state_threshold, delta); in Prune()
52 int64 state_threshold, float delta) { in Prune() argument
53 PruneArgs4 args(fst, weight_threshold, state_threshold, delta); in Prune()
Dshortest-path.cc35 WeightClass weight_threshold, int64 state_threshold) { in ShortestPath() argument
39 state_threshold); in ShortestPath()
Drmepsilon.cc35 int64 state_threshold, float delta) { in RmEpsilon() argument
36 RmEpsilonArgs2 args(fst, connect, weight_threshold, state_threshold, delta); in RmEpsilon()