torch.Tensor.Tensor.polygamma
tensor.polygamma(n: number): Tensor<S, D, Dev>Polygamma function - n-th derivative of digamma function. polygamma(0, x) = digamma(x) polygamma(1, x) = trigamma(x)
Parameters
nnumber- The order of the polygamma function (non-negative integer)
Returns
Tensor<S, D, Dev>– New tensor with polygamma(n, x) values