pub fn log_sigmoid(x: impl AsRef<Array>) -> Result<Array>
Applies the Log Sigmoid function.
This is:
-softplus(-x)