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

/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/utils/
H A Dprobability_utils.h28 static AK_FORCE_INLINE int backoff(const int unigramProbability) { function in class:latinime::ProbabilityUtils
30 // For some reason, applying the backoff weight gives bad results in tests. To apply the
31 // backoff weight, we divide the probability by 2, which in our storing format means
H A Dforgetting_curve_utils.cpp54 return backoff(decodeProbability(encodedUnigramProbability));
134 // See comments in ProbabilityUtils::backoff().
135 /* static */ int ForgettingCurveUtils::backoff(const int unigramProbability) { function in class:latinime::ForgettingCurveUtils

Completed in 125 milliseconds