Searched refs:kPushWeights (Results 1 - 4 of 4) sorted by relevance

/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dpush.h48 const uint32 kPushWeights = 0x0001; member in namespace:fst
59 if (ptype == kPushWeights) {
69 if (ptype == (kPushWeights | kPushLabels)) {
/external/openfst/src/bin/
H A Dfstpush.cc58 flags |= fst::kPushWeights;
/external/openfst/src/include/fst/
H A Dpush.h113 const uint32 kPushWeights = 0x0001; member in namespace:fst
129 if ((ptype & (kPushWeights | kPushLabels)) == kPushWeights) {
139 if (ptype & kPushWeights ) {
/external/openfst/src/test/
H A Dalgo_test.h699 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);

Completed in 95 milliseconds