[ torch 参数更多 ]torch.special.polygamma¶
torch.special.polygamma¶
torch.special.polygamma(n, input, *, out=None)
参数映射¶
PyTorch | PaddlePaddle | 备注 |
---|---|---|
n | n | 指定需要求解 n 阶多伽马函数。 |
input | x | 表示输入的 Tensor,仅参数名不一致。 |
out | - | 表示输出的 Tensor,Paddle 无此参数,需要转写。 |