ndarray
autograd
loss
mxnet.ndarray.
sigmoid
Computes sigmoid of x element-wise.
The storage type of sigmoid output is always dense
Defined in src/operator/tensor/elemwise_unary_op_basic.cc:L101
data (NDArray) – The input array.
out (NDArray, optional) – The output NDArray to hold the result.
out – The output of this function.
NDArray or list of NDArrays