Sigmoid
Applies the Sigmoid function element-wise to the input Tensor, thus outputting a Tensor of the same dimension.
Sigmoid is defined as f(x) = 1/(1+exp(-x)).
f(x)
1/(1+exp(-x))