tf.keras.activations.softplus

Softplus activation function.

It is defined as: softplus(x) = log(exp(x) + 1).

x Input tensor.