Searched refs:Reweight (Results 1 – 9 of 9) sorted by relevance
/external/openfst/src/script/ |
D | reweight.cc | 24 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/ |
D | reweight.h | 35 void Reweight(ReweightArgs *args) { in Reweight() function 44 Reweight(fst, potentials, args->arg3); in Reweight() 47 void Reweight(MutableFstClass *fst, const vector<WeightClass> &potential,
|
D | fstscript.h | 132 REGISTER_FST_OPERATION(Reweight, Arc, ReweightArgs); in RegisterBatch2()
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | push.h | 44 Reweight(fst, distance, type); in Push() 78 Reweight(&gfst, gdistance, rtype); in Push()
|
D | reweight.h | 39 void Reweight(MutableFst<Arc> *fst, vector<typename Arc::Weight> potential, in Reweight() function
|
/external/openfst/src/include/fst/ |
D | push.h | 108 Reweight(fst, distance, type); 159 Reweight(&gfst, gdistance, rtype);
|
D | reweight.h | 44 void Reweight(MutableFst<Arc> *fst, in Reweight() function
|
/external/openfst/src/bin/ |
D | fstreweight.cc | 59 s::Reweight(fst, potential, reweight_type); in main()
|
/external/openfst/src/test/ |
D | algo_test.h | 683 Reweight(&RI, potential, REWEIGHT_TO_INITIAL); in TestOptimize() 686 Reweight(&RF, potential, REWEIGHT_TO_FINAL); in TestOptimize()
|