ndarray
autograd
loss
mxnet.ndarray.
gammaln
Returns element-wise log of the absolute value of the gamma function of the input.
The storage type of gammaln 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