tf.math.divide

View source on GitHub

Computes Python style division of x by y.

Aliases:

tf.math.divide(
    x,
    y,
    name=None
)