Home
last modified time | relevance | path

Searched refs:two_over_root_pi (Results 1 – 4 of 4) sorted by relevance

/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dconstants.hpp96 GLM_FUNC_DECL GLM_CONSTEXPR genType two_over_root_pi();
Dconstants.inl87 GLM_FUNC_QUALIFIER GLM_CONSTEXPR genType two_over_root_pi() function
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad.cc712 auto two_over_root_pi = in ErfGrad() local
717 auto dx = Mul(grad_scope, Mul(grad_scope, grad, two_over_root_pi), in ErfGrad()
/external/tensorflow/tensorflow/python/ops/
Dmath_grad.py825 two_over_root_pi = constant_op.constant(2 / np.sqrt(np.pi), dtype=grad.dtype)
828 return grad * two_over_root_pi * math_ops.exp(-math_ops.square(x))