Searched refs:kPushRemoveTotalWeight (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dpush.h115 const uint32 kPushRemoveTotalWeight = 0x0004; member in namespace:fst
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/
H A Dfstpush.cc62 flags |= fst::kPushRemoveTotalWeight;

Completed in 96 milliseconds