HomeSort by relevance Sort by last modified time
    Searched defs:PruneOptions (Results 1 - 2 of 2) sorted by null

  /external/openfst/src/include/fst/script/
prune.h 32 struct PruneOptions {
38 explicit PruneOptions(const WeightClass& w, int64 s,
45 PruneOptions(); // disallow
48 // converts a script::PruneOptions into a fst::PruneOptions.
54 fst::PruneOptions<A, AnyArcFilter<A> > ConvertPruneOptions(
55 const PruneOptions &opts) {
70 return fst::PruneOptions<A, AnyArcFilter<A> >(
76 typedef args::Package<MutableFstClass *, const PruneOptions &> PruneArgs1;
85 fst::PruneOptions<Arc, AnyArcFilter<Arc> > opts
    [all...]
  /external/openfst/src/include/fst/
prune.h 35 class PruneOptions {
52 explicit PruneOptions(const Weight& w, StateId s, ArcFilter f,
60 PruneOptions(); // disallow
101 const PruneOptions<Arc, ArcFilter> &opts) {
201 PruneOptions<Arc, AnyArcFilter<Arc> > opts(weight_threshold, state_threshold,
219 const PruneOptions<Arc, ArcFilter> &opts) {
332 PruneOptions<Arc, AnyArcFilter<Arc> > opts(weight_threshold, state_threshold,

Completed in 541 milliseconds