HomeSort by relevance Sort by last modified time
    Searched full:point_five (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/compiler/glsl/
opt_algebraic.cpp 610 ir_constant *point_five = add_expr->operands[1 - j]->as_constant(); local
611 if (!point_five || !point_five->is_value(0.5, 0))
616 mul(sign_expr, point_five)));
  /external/tensorflow/tensorflow/python/ops/
nn_impl.py 94 point_five = constant_op.constant(0.5, dtype=targets.dtype)
98 point_five * math_ops.log(two_pi * targets))
    [all...]

Completed in 453 milliseconds