tf.keras.ops.log1p

Returns the natural logarithm of one plus the x, element-wise.

Calculates log(1 + x).

x Input tensor.

Output tensor, element-wise natural logarithm of 1 + x.