Returns x / y element-wise for real types.
tf.realdiv(
x: _atypes.TensorFuzzingAnnotation[TV_RealDiv_T],
y: _atypes.TensorFuzzingAnnotation[TV_RealDiv_T],
name=None
) -> _atypes.TensorFuzzingAnnotation[TV_RealDiv_T]
If x
and y
are reals, this will return the floating-point division.
Returns | |
---|---|
A Tensor . Has the same type as x .
|