tf.math.digamma

Computes Psi, the derivative of Lgamma (the log of the absolute value of

tf.math.digamma(
    x, name=None
)

Gamma(x)), element-wise.

Args:

Returns:

A Tensor. Has the same type as x.