tf.math.softplus

Computes softplus: log(exp(features) + 1).

tf.math.softplus(
    features, name=None
)

Args:

Returns:

A Tensor. Has the same type as features.