tf.math.divide

Aliases:

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

Defined in tensorflow/python/ops/math_ops.py.

Computes Python style division of x by y.