tf.keras.ops.expm1

Calculate exp(x) - 1 for all elements in the tensor.

xInput values.

Output tensor, element-wise exponential minus one.