Home
last modified time | relevance | path

Searched refs:VeryFastExp (Results 1 – 2 of 2) sorted by relevance

/external/libtextclassifier/common/
Dfastexp.h54 float VeryFastExp(float f) const { in VeryFastExp() function
65 inline float VeryFastExp(float f) { return FastMathInstance.VeryFastExp(f); } in VeryFastExp() function
Dsoftmax.cc68 denominator += VeryFastExp(delta_score); in ComputeSoftmaxProbability()
88 const float exp_score = score - max < -16.0f ? 0 : VeryFastExp(score - max); in ComputeSoftmax()