OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Reweight
(Results
1 - 4
of
4
) 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,
/external/srec/tools/thirdparty/OpenFst/fst/lib/
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/
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 "
Completed in 651 milliseconds