Searched defs:Prune (Results 1 - 5 of 5) sorted by relevance

/external/openfst/src/script/
H A Dprune.cc26 void Prune(MutableFstClass *fst, const PruneOptions &opts) { function in namespace:fst::script
29 Apply<Operation<PruneArgs1> >("Prune", fst->ArcType(), &args);
33 void Prune(const FstClass &ifst, MutableFstClass *fst, function in namespace:fst::script
37 Apply<Operation<PruneArgs2> >("Prune", fst->ArcType(), &args);
41 void Prune(const FstClass &ifst, function in namespace:fst::script
47 Apply<Operation<PruneArgs3> >("Prune", ifst.ArcType(), &args);
51 void Prune(MutableFstClass *fst, const WeightClass& weight_threshold, function in namespace:fst::script
55 Apply<Operation<PruneArgs4> >("Prune", fst->ArcType(), &args);
59 REGISTER_FST_OPERATION(Prune, StdArc, PruneArgs1);
60 REGISTER_FST_OPERATION(Prune, LogAr
[all...]
/external/openfst/src/include/fst/script/
H A Dprune.h79 void Prune(PruneArgs1 *args) { function in namespace:fst::script
87 Prune(ofst, opts);
96 void Prune(PruneArgs2 *args) { function in namespace:fst::script
102 Prune(ifst, ofst, opts);
112 void Prune(PruneArgs3 *args) { function in namespace:fst::script
117 Prune(ifst, ofst, w, args->arg4, args->arg5);
124 void Prune(PruneArgs4 *args) { function in namespace:fst::script
127 Prune(fst, w, args->arg3, args->arg4);
132 void Prune(MutableFstClass *fst, const PruneOptions &opts);
135 void Prune(cons
[all...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dprune.h56 void Prune(MutableFst<Arc> *fst, function in namespace:fst
63 LOG(FATAL) << "Prune: Weight needs to have the path property and"
128 void Prune(MutableFst<Arc> *fst, typename Arc::Weight threshold) { function in namespace:fst
130 Prune(fst, opts);
141 void Prune(const Fst<Arc> &ifst, function in namespace:fst
149 LOG(FATAL) << "Prune: Weight needs to have the path property and"
238 void Prune(const Fst<Arc> &ifst, function in namespace:fst
242 Prune(ifst, ofst, opts);
/external/openfst/src/include/fst/
H A Dprune.h100 void Prune(MutableFst<Arc> *fst, function in namespace:fst
107 FSTERROR() << "Prune: Weight needs to have the path property and"
197 void Prune(MutableFst<Arc> *fst, function in namespace:fst
203 Prune(fst, opts);
217 void Prune(const Fst<Arc> &ifst, function in namespace:fst
225 FSTERROR() << "Prune: Weight needs to have the path property and"
327 void Prune(const Fst<Arc> &ifst, function in namespace:fst
334 Prune(ifst, ofst, opts);
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dport.cc646 void Connection::Prune() { function in class:cricket::Connection

Completed in 104 milliseconds