Searched refs:VeryFastExp (Results 1 – 2 of 2) sorted by relevance
54 float VeryFastExp(float f) const { in VeryFastExp() function65 inline float VeryFastExp(float f) { return FastMathInstance.VeryFastExp(f); } in VeryFastExp() function
68 denominator += VeryFastExp(delta_score); in ComputeSoftmaxProbability()88 const float exp_score = score - max < -16.0f ? 0 : VeryFastExp(score - max); in ComputeSoftmax()