tfp.experimental.math.softplus

Like tf.math.reduce_logsumexp.

This has no functional difference from the regular version, except that it's implemented inline here, allowing monkey-patching of the special functions it uses (e.g. exp).

x A Tensor.
name Name for the op.

y softplus(x)