[ 仅参数名不一致 ]torch.Tensor.igammac_¶
torch.Tensor.igammac_¶
torch.Tensor.igammac_(other)
参数映射¶
PyTorch | PaddlePaddle | 备注 |
---|---|---|
other | y | 正参数 Tensor,仅参数名不同 |
转写示例¶
# PyTorch 写法
out = x.igammac_(y)
# Paddle 写法
out = x.gammaincc_(y)
torch.Tensor.igammac_(other)
PyTorch | PaddlePaddle | 备注 |
---|---|---|
other | y | 正参数 Tensor,仅参数名不同 |
# PyTorch 写法
out = x.igammac_(y)
# Paddle 写法
out = x.gammaincc_(y)