HomeSort by relevance Sort by last modified time
    Searched refs:kPushWeights (Results 1 - 4 of 4) sorted by null

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
push.h 48 const uint32 kPushWeights = 0x0001;
59 if (ptype == kPushWeights) {
69 if (ptype == (kPushWeights | kPushLabels)) {
  /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 89 milliseconds