/external/openfst/src/include/fst/script/ |
D | rmepsilon.h | 47 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,
|
D | prune.h | 34 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);
|
D | shortest-path.h | 39 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);
|
D | disambiguate.h | 31 int64 state_threshold; member 38 : delta(d), weight_threshold(w), state_threshold(n), in delta() 55 detargs.state_threshold = opts.state_threshold; in Disambiguate()
|
D | determinize.h | 31 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/ |
D | prune.h | 43 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 …]
|
D | shortest-path.h | 54 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 …]
|
D | rmepsilon.h | 57 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);
|
D | determinize.h | 950 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/ |
D | prune.cc | 44 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()
|
D | shortest-path.cc | 35 WeightClass weight_threshold, int64 state_threshold) { in ShortestPath() argument 39 state_threshold); in ShortestPath()
|
D | rmepsilon.cc | 35 int64 state_threshold, float delta) { in RmEpsilon() argument 36 RmEpsilonArgs2 args(fst, connect, weight_threshold, state_threshold, delta); in RmEpsilon()
|