Home
last modified time | relevance | path

Searched refs:Prune (Results 1 – 16 of 16) sorted by relevance

/external/openfst/src/script/
Dprune.cc26 void Prune(MutableFstClass *fst, const PruneOptions &opts) { in Prune() function
33 void Prune(const FstClass &ifst, MutableFstClass *fst, in Prune() function
41 void Prune(const FstClass &ifst, in Prune() function
51 void Prune(MutableFstClass *fst, const WeightClass& weight_threshold, in Prune() function
59 REGISTER_FST_OPERATION(Prune, StdArc, PruneArgs1);
60 REGISTER_FST_OPERATION(Prune, LogArc, PruneArgs1);
61 REGISTER_FST_OPERATION(Prune, Log64Arc, PruneArgs1);
63 REGISTER_FST_OPERATION(Prune, StdArc, PruneArgs2);
64 REGISTER_FST_OPERATION(Prune, LogArc, PruneArgs2);
65 REGISTER_FST_OPERATION(Prune, Log64Arc, PruneArgs2);
[all …]
/external/openfst/src/include/fst/script/
Dprune.h79 void Prune(PruneArgs1 *args) { in Prune() function
87 Prune(ofst, opts); in Prune()
96 void Prune(PruneArgs2 *args) { in Prune() function
102 Prune(ifst, ofst, opts); in Prune()
112 void Prune(PruneArgs3 *args) { in Prune() function
117 Prune(ifst, ofst, w, args->arg4, args->arg5); in Prune()
124 void Prune(PruneArgs4 *args) { in Prune() function
127 Prune(fst, w, args->arg3, args->arg4); in Prune()
132 void Prune(MutableFstClass *fst, const PruneOptions &opts);
135 void Prune(const FstClass &ifst, MutableFstClass *fst,
[all …]
Dfstscript.h118 REGISTER_FST_OPERATION(Prune, Arc, PruneArgs1); in RegisterBatch2()
119 REGISTER_FST_OPERATION(Prune, Arc, PruneArgs2); in RegisterBatch2()
120 REGISTER_FST_OPERATION(Prune, Arc, PruneArgs3); in RegisterBatch2()
121 REGISTER_FST_OPERATION(Prune, Arc, PruneArgs4); in RegisterBatch2()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dprune.h56 void Prune(MutableFst<Arc> *fst, in Prune() function
128 void Prune(MutableFst<Arc> *fst, typename Arc::Weight threshold) { in Prune() function
130 Prune(fst, opts); in Prune()
141 void Prune(const Fst<Arc> &ifst, in Prune() function
238 void Prune(const Fst<Arc> &ifst, in Prune() function
242 Prune(ifst, ofst, opts); in Prune()
/external/openfst/src/include/fst/
Dprune.h100 void Prune(MutableFst<Arc> *fst, in Prune() function
197 void Prune(MutableFst<Arc> *fst,
203 Prune(fst, opts);
217 void Prune(const Fst<Arc> &ifst, in Prune() function
327 void Prune(const Fst<Arc> &ifst,
334 Prune(ifst, ofst, opts);
Ddeterminize.h874 Prune(dfst, ofst, popts);
877 Prune(ofst, opts.weight_threshold, opts.state_threshold);
Drmepsilon.h324 Prune(fst, opts.weight_threshold, opts.state_threshold); in RmEpsilon()
/external/openfst/src/bin/
Dfstprune.cc59 s::Prune(fst, opts); in main()
/external/openfst/src/test/
Dalgo_test.h728 Prune(&P1, thresold); in TestOptimize()
730 Prune(T, &P2, thresold); in TestOptimize()
740 Prune(&P1, thresold); in TestOptimize()
742 Prune(&R, thresold.Reverse()); in TestOptimize()
751 Prune(A, &P, thresold); in TestOptimize()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dport.h338 void Prune();
Dp2ptransportchannel.cc579 connections_[i]->Prune(); in SortConnections()
Dport.cc646 void Connection::Prune() { in Prune() function in cricket::Connection
/external/llvm/projects/sample/
DMakefile.llvm.rules1346 # Prune Exports
/external/webkit/Source/WebCore/
DChangeLog5659 Prune #includes from FrameView.h (Part 1)
5663 Prune #includes.
6193 Prune ApplicationServices.h out of the headers
6341 Prune some #includes from DOMWindow.h
6557 Prune some unnecessary #includes
DChangeLog-2006-12-3134610 (WebCore::IconDatabase::pruneDanglingPageURLs): Prune the danglers
38797 5) Prune old, unused code
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-168270 [Qt] Prune dead code in QWebPage