HomeSort by relevance Sort by last modified time
    Searched refs:two_over_root_pi (Results 1 - 4 of 4) sorted by null

  /external/vulkan-validation-layers/libs/glm/gtc/
constants.hpp 103 GLM_FUNC_DECL genType two_over_root_pi();
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtc/
constants.hpp 103 GLM_FUNC_DECL genType two_over_root_pi();
  /external/tensorflow/tensorflow/cc/gradients/
math_grad.cc 741 auto two_over_root_pi = Cast(scope, Const(scope, 2 / std::sqrt(M_PI)), local
747 Mul(grad_scope, grad, two_over_root_pi),
    [all...]
  /external/tensorflow/tensorflow/python/ops/
math_grad.py 576 two_over_root_pi = constant_op.constant(2 / np.sqrt(np.pi), dtype=grad.dtype)
579 return grad * two_over_root_pi * math_ops.exp(-math_ops.square(x))
    [all...]

Completed in 236 milliseconds