tf.realdiv
tf.realdiv
tf.realdiv
realdiv( x, y, name=None )
Defined in tensorflow/python/ops/gen_math_ops.py
.
See the guide: Math > Arithmetic Operators
Returns x / y element-wise for real types.
If x
and y
are reals, this will return the floating-point division.
NOTE: Div
supports broadcasting. More about broadcasting here