tf.realdiv

Returns x / y element-wise for real types.

tf.realdiv(
    x, y, name=None
)

If x and y are reals, this will return the floating-point division.

NOTE: Div supports broadcasting. More about broadcasting here

Args:

Returns:

A Tensor. Has the same type as x.