tf.keras.ops.divide

Divide arguments element-wise.

keras.ops.true_divide is an alias for this function.

x1 First input tensor.
x2 Second input tensor.

Output tensor, the quotient x1/x2, element-wise.