Searched refs:PruneOptions (Results 1 – 6 of 6) sorted by relevance
/external/openfst/src/include/fst/script/ |
D | prune.h | 32 struct PruneOptions { struct 38 explicit PruneOptions(const WeightClass& w, int64 s, argument 45 PruneOptions(); // disallow argument 54 fst::PruneOptions<A, AnyArcFilter<A> > ConvertPruneOptions( in ConvertPruneOptions() 55 const PruneOptions &opts) { in ConvertPruneOptions() 70 return fst::PruneOptions<A, AnyArcFilter<A> >( in ConvertPruneOptions() 76 typedef args::Package<MutableFstClass *, const PruneOptions &> PruneArgs1; 85 fst::PruneOptions<Arc, AnyArcFilter<Arc> > opts = in Prune() 93 const PruneOptions &> PruneArgs2; 100 fst::PruneOptions<Arc, AnyArcFilter<Arc> > opts = in Prune() [all …]
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | prune.h | 29 class PruneOptions { 44 PruneOptions(const Weight& t, ArcFilter f, vector<Weight> *id = 0, 57 const PruneOptions<Arc, ArcFilter> &opts) { in Prune() 129 PruneOptions<Arc, AnyArcFilter<Arc> > opts(threshold, AnyArcFilter<Arc>()); in Prune() 143 const PruneOptions<Arc, ArcFilter> &opts) { in Prune() 241 PruneOptions<Arc, AnyArcFilter<Arc> > opts(threshold, AnyArcFilter<Arc>()); in Prune()
|
/external/openfst/src/include/fst/ |
D | prune.h | 35 class PruneOptions { 52 explicit PruneOptions(const Weight& w, StateId s, ArcFilter f, 60 PruneOptions(); // disallow 101 const PruneOptions<Arc, ArcFilter> &opts) { in Prune() 201 PruneOptions<Arc, AnyArcFilter<Arc> > opts(weight_threshold, state_threshold, 219 const PruneOptions<Arc, ArcFilter> &opts) { in Prune() 332 PruneOptions<Arc, AnyArcFilter<Arc> > opts(weight_threshold, state_threshold,
|
D | determinize.h | 870 PruneOptions< Arc, AnyArcFilter<Arc> > popts(opts.weight_threshold,
|
/external/openfst/src/script/ |
D | prune.cc | 26 void Prune(MutableFstClass *fst, const PruneOptions &opts) { in Prune() 34 const PruneOptions &opts) { in Prune()
|
/external/openfst/src/bin/ |
D | fstprune.cc | 57 s::PruneOptions opts(weight_threshold, FLAGS_nstate, 0, FLAGS_delta); in main()
|