softplus
Softplus activation function.
f(x) = len(1 + e^x)
x (Tensor) – input to the function
Tensor
f(x), applies activation function