pub fn softplus(x: impl AsRef<Array>) -> Result<Array>
Applies the Exponential Linear Unit.
This is:
log_add_exp(x, 0)