OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REWEIGHT_TO_INITIAL
(Results
1 - 8
of
8
) sorted by null
/external/openfst/src/include/fst/
reweight.h
32
enum ReweightType {
REWEIGHT_TO_INITIAL
, REWEIGHT_TO_FINAL };
60
if (type ==
REWEIGHT_TO_INITIAL
&& !(Weight::Properties() & kLeftSemiring)) {
84
if (type ==
REWEIGHT_TO_INITIAL
)
92
if (type ==
REWEIGHT_TO_INITIAL
)
115
if (type ==
REWEIGHT_TO_INITIAL
)
123
if (type ==
REWEIGHT_TO_INITIAL
)
131
Weight w = type ==
REWEIGHT_TO_INITIAL
? startweight :
push.h
103
ShortestDistance(*fst, &distance, type ==
REWEIGHT_TO_INITIAL
, delta);
107
type ==
REWEIGHT_TO_INITIAL
);
133
const StringType stype = rtype ==
REWEIGHT_TO_INITIAL
140
ShortestDistance(gfst, &gdistance, rtype ==
REWEIGHT_TO_INITIAL
, delta);
146
ShortestDistance(guwfst, &gdistance, rtype ==
REWEIGHT_TO_INITIAL
, delta);
152
gfst, gdistance, rtype ==
REWEIGHT_TO_INITIAL
);
equivalent.h
163
Push(&efst1,
REWEIGHT_TO_INITIAL
, delta);
164
Push(&efst2,
REWEIGHT_TO_INITIAL
, delta);
minimize.h
547
Push(&gfst,
REWEIGHT_TO_INITIAL
, delta);
571
Push(fst,
REWEIGHT_TO_INITIAL
, delta);
/external/openfst/src/include/fst/script/
push.h
37
fst::Push(ofst,
REWEIGHT_TO_INITIAL
, args->arg3, args->arg4);
53
fst::Push<Arc,
REWEIGHT_TO_INITIAL
>(ifst, ofst, args->arg3, args->arg5);
/external/openfst/src/bin/
fstreweight.cc
57
fst::
REWEIGHT_TO_INITIAL
;
fstpush.cc
71
s::Push(*ifst, &ofst, flags, fst::
REWEIGHT_TO_INITIAL
, FLAGS_delta);
/external/openfst/src/test/
algo_test.h
683
Reweight(&RI, potential,
REWEIGHT_TO_INITIAL
);
710
Push<Arc,
REWEIGHT_TO_INITIAL
>(T, &P1, kPushLabels);
714
Push<Arc,
REWEIGHT_TO_INITIAL
>(T, &P2, kPushWeights);
717
Push<Arc,
REWEIGHT_TO_INITIAL
>(T, &P3, kPushLabels | kPushWeights);
[
all
...]
Completed in 121 milliseconds