Home | History | Annotate | Download | only in script

Lines Matching defs:Prune

26 #include <fst/prune.h>
79 void Prune(PruneArgs1 *args) {
87 Prune(ofst, opts);
96 void Prune(PruneArgs2 *args) {
102 Prune(ifst, ofst, opts);
112 void Prune(PruneArgs3 *args) {
117 Prune(ifst, ofst, w, args->arg4, args->arg5);
124 void Prune(PruneArgs4 *args) {
127 Prune(fst, w, args->arg3, args->arg4);
132 void Prune(MutableFstClass *fst, const PruneOptions &opts);
135 void Prune(const FstClass &ifst, MutableFstClass *fst,
139 void Prune(const FstClass &ifst, MutableFstClass *ofst,
145 void Prune(MutableFstClass *fst, const WeightClass& weight_threshold,