Digamma
Digamma
torch_digamma(self)
self |
(Tensor) the tensor to compute the digamma function on |
Computes the logarithmic derivative of the gamma function on input
.
ψ(x) = \frac{d}{dx} \ln≤ft(Γ≤ft(x\right)\right) = \frac{Γ'(x)}{Γ(x)}
if (torch_is_installed()) { a = torch_tensor(c(1, 0.5)) torch_digamma(a) }
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.