Searched defs:REWEIGHT_TO_FINAL (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/
H A Dreweight.h32 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL }; enumerator in enum:fst::ReweightType
52 if (type == REWEIGHT_TO_FINAL && !(Weight::Properties() & kRightSemiring)) {
87 if (type == REWEIGHT_TO_FINAL)
95 if (type == REWEIGHT_TO_FINAL)
102 if (type == REWEIGHT_TO_FINAL)
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dreweight.h27 enum ReweightType { REWEIGHT_TO_INITIAL, REWEIGHT_TO_FINAL }; enumerator in enum:fst::ReweightType
48 if (type == REWEIGHT_TO_FINAL && !(Weight::Properties() & kRightSemiring))
73 else if ((type == REWEIGHT_TO_FINAL)
83 else if (type == REWEIGHT_TO_FINAL)

Completed in 50 milliseconds