Home
last modified time | relevance | path

Searched refs:Reweight (Results 1 – 9 of 9) sorted by relevance

/external/openfst/src/script/
Dreweight.cc24 void Reweight(MutableFstClass *fst, const vector<WeightClass> &potential, in Reweight() function
31 REGISTER_FST_OPERATION(Reweight, StdArc, ReweightArgs);
32 REGISTER_FST_OPERATION(Reweight, LogArc, ReweightArgs);
33 REGISTER_FST_OPERATION(Reweight, Log64Arc, ReweightArgs);
/external/openfst/src/include/fst/script/
Dreweight.h35 void Reweight(ReweightArgs *args) { in Reweight() function
44 Reweight(fst, potentials, args->arg3); in Reweight()
47 void Reweight(MutableFstClass *fst, const vector<WeightClass> &potential,
Dfstscript.h132 REGISTER_FST_OPERATION(Reweight, Arc, ReweightArgs); in RegisterBatch2()
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dpush.h44 Reweight(fst, distance, type); in Push()
78 Reweight(&gfst, gdistance, rtype); in Push()
Dreweight.h39 void Reweight(MutableFst<Arc> *fst, vector<typename Arc::Weight> potential, in Reweight() function
/external/openfst/src/include/fst/
Dpush.h108 Reweight(fst, distance, type);
159 Reweight(&gfst, gdistance, rtype);
Dreweight.h44 void Reweight(MutableFst<Arc> *fst, in Reweight() function
/external/openfst/src/bin/
Dfstreweight.cc59 s::Reweight(fst, potential, reweight_type); in main()
/external/openfst/src/test/
Dalgo_test.h683 Reweight(&RI, potential, REWEIGHT_TO_INITIAL); in TestOptimize()
686 Reweight(&RF, potential, REWEIGHT_TO_FINAL); in TestOptimize()