tf.keras.ops.reciprocal

Return the reciprocal of the argument, element-wise.

Calculates 1/x.

x Input tensor.

Output tensor, element-wise reciprocal of x.