[torch 参数更多] torch.special.gammainc¶
torch.special.gammainc¶
torch.special.gammainc(input,
other,
*,
out=None)
参数映射¶
PyTorch | PaddlePaddle | 备注 |
---|---|---|
input | x | 第一个非负输入张量,仅参数名不一致。 |
other | y | 第二个非负输入张量,仅参数名不一致。 |
out | - | Paddle 无此参数,需要转写。 |