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