LogSigmoid
Applies the LogSigmoid function to an n-dimensioanl input Tensor.
LogSigmoid is defined as f_i(x) = log(1/(1+ exp(-x_i))).
f_i(x)
log(1/(1+ exp(-x_i)))