Digamma
torch_digamma(self)
self
Computes the logarithmic derivative of the gamma function on input.
input
if (torch_is_installed()) { a = torch_tensor(c(1, 0.5)) torch_digamma(a) }
Useful links