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

data

NDArray-or-Symbol.

The input array.

name

string, optional.

Name of the resulting symbol.

Value

out The result mx.symbol