Searched defs:Reweight (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/script/
H A Dreweight.cc24 void Reweight(MutableFstClass *fst, const vector<WeightClass> &potential, function in namespace:fst::script
28 Apply<Operation<ReweightArgs> >("Reweight", fst->ArcType(), &args);
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/
H A Dreweight.h35 void Reweight(ReweightArgs *args) { function in namespace:fst::script
44 Reweight(fst, potentials, args->arg3);
47 void Reweight(MutableFstClass *fst, const vector<WeightClass> &potential,
/external/openfst/src/include/fst/
H A Dreweight.h34 // Reweight FST according to the potentials defined by the POTENTIAL
44 void Reweight(MutableFst<Arc> *fst, function in namespace:fst
53 FSTERROR() << "Reweight: Reweighting to the final states requires "
61 FSTERROR() << "Reweight: Reweighting to the initial state requires "
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreweight.h29 // Reweight FST according to the potentials defined by the POTENTIAL
39 void Reweight(MutableFst<Arc> *fst, vector<typename Arc::Weight> potential, function in namespace:fst
49 LOG(FATAL) << "Reweight: Reweighting to the final states requires "
54 LOG(FATAL) << "Reweight: Reweighting to the initial state requires "

Completed in 407 milliseconds