OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPushWeights
(Results
1 - 3
of
3
) sorted by null
/external/openfst/src/bin/
fstpush.cc
58
flags |= fst::
kPushWeights
;
/external/openfst/src/include/fst/
push.h
113
const uint32
kPushWeights
= 0x0001;
129
if ((ptype & (
kPushWeights
| kPushLabels)) ==
kPushWeights
) {
139
if (ptype &
kPushWeights
) {
/external/openfst/src/test/
algo_test.h
699
Push<Arc, REWEIGHT_TO_FINAL>(T, &P2,
kPushWeights
);
703
Push<Arc, REWEIGHT_TO_FINAL>(T, &P3, kPushLabels |
kPushWeights
);
714
Push<Arc, REWEIGHT_TO_INITIAL>(T, &P2,
kPushWeights
);
717
Push<Arc, REWEIGHT_TO_INITIAL>(T, &P3, kPushLabels |
kPushWeights
);
[
all
...]
Completed in 176 milliseconds