Lgamma
torch_lgamma(self)
self
Computes the logarithm of the gamma function on input.
input
if (torch_is_installed()) { a = torch_arange(0.5, 2, 0.5) torch_lgamma(a) }
Useful links