View source on GitHub
|
TensorFlow variant of NumPy's true_divide.
tf.experimental.numpy.true_divide(
x1, x2
)
Unsupported arguments: out, where, casting, order, dtype, subok, signature, extobj.
See the NumPy documentation for numpy.true_divide.
View source on GitHub