ndarray
autograd
loss
mxnet.ndarray.
gamma
Returns the gamma function (extension of the factorial function to the reals), computed element-wise on the input array.
The storage type of gamma output is always dense
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