mx.symbol.gammaln¶
Description¶
Returns element-wise log of the absolute value of the gamma function of the input.
The storage type of gammaln output is always dense
Usage¶
mx.symbol.gammaln(...)
Arguments¶
Argument |
Description |
|---|---|
|
NDArray-or-Symbol. The input array. |
|
string, optional. Name of the resulting symbol. |
Value¶
out The result mx.symbol
