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

  /external/openfst/src/include/fst/
push.h 115 const uint32 kPushRemoveTotalWeight = 0x0004;
131 Push(ofst, rtype, delta, ptype & kPushRemoveTotalWeight);
150 if (ptype & (kPushRemoveTotalWeight | kPushRemoveCommonAffix)) {
156 ptype & kPushRemoveTotalWeight ? total_weight.Value2()
160 if (ptype & (kPushRemoveTotalWeight | kPushRemoveCommonAffix))
  /external/openfst/src/bin/
fstpush.cc 62 flags |= fst::kPushRemoveTotalWeight;

Completed in 150 milliseconds