HomeSort by relevance Sort by last modified time
    Searched refs:Reweight (Results 1 - 9 of 9) sorted by null

  /external/openfst/src/script/
reweight.cc 19 #include <fst/script/reweight.h>
24 void Reweight(MutableFstClass *fst, const vector<WeightClass> &potential,
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/
reweight.h 26 #include <fst/reweight.h>
35 void Reweight(ReweightArgs *args) {
44 Reweight(fst, potentials, args->arg3);
47 void Reweight(MutableFstClass *fst, const vector<WeightClass> &potential,
fstscript.h 60 #include <fst/script/reweight.h>
132 REGISTER_FST_OPERATION(Reweight, Arc, ReweightArgs);
  /external/openfst/src/bin/
fstreweight.cc 23 #include <fst/script/reweight.h>
26 DEFINE_bool(to_final, false, "Push/reweight to final (vs. to initial) states");
59 s::Reweight(fst, potential, reweight_type);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
push.h 18 // Class to reweight/push an FST.
26 #include "fst/lib/reweight.h"
44 Reweight(fst, distance, type);
78 Reweight(&gfst, gdistance, rtype);
reweight.h 0 // reweight.h
18 // Function to reweight an FST.
29 // Reweight FST according to the potentials defined by the POTENTIAL
39 void Reweight(MutableFst<Arc> *fst, vector<typename Arc::Weight> potential,
49 LOG(FATAL) << "Reweight: Reweighting to the final states requires "
54 LOG(FATAL) << "Reweight: Reweighting to the initial state requires "
  /external/openfst/src/include/fst/
push.h 19 // Class to reweight/push an FST.
30 #include <fst/reweight.h>
108 Reweight(fst, distance, type);
159 Reweight(&gfst, gdistance, rtype);
reweight.h 0 // reweight.h
19 // Function to reweight an FST.
34 // Reweight FST according to the potentials defined by the POTENTIAL
44 void Reweight(MutableFst<Arc> *fst,
53 FSTERROR() << "Reweight: Reweighting to the final states requires "
61 FSTERROR() << "Reweight: Reweighting to the initial state requires "
  /external/openfst/src/test/
algo_test.h 676 VLOG(1) << "Check reweight(T) equiv T";
683 Reweight(&RI, potential, REWEIGHT_TO_INITIAL);
686 Reweight(&RF, potential, REWEIGHT_TO_FINAL);
    [all...]

Completed in 381 milliseconds