Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
monster1015 committed Sep 21, 2024
1 parent e2870b1 commit c7b79d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## [ **paddle 参数更多** ]torch.Tensor.mvlgamma
## [ 仅参数名不一致 ]torch.Tensor.mvlgamma

### [torch.Tensor.mvlgamma](https://pytorch.org/docs/stable/generated/torch.Tensor.mvlgamma.html#torch-tensor-mvlgamma)

```python
Tensor.mvlgamma(p)
torch.Tensor.mvlgamma(p)
```

### [paddle.multigammaln](https://github.com/PaddlePaddle/Paddle/blob/be090bd0bc9ac7a8595296c316b3a6ed3dc60ba6/python/paddle/tensor/math.py#L5099)
Expand All @@ -16,10 +16,10 @@ paddle.multigammaln(x, p, name=None)

### 参数映射

| PyTorch | PaddlePaddle | 备注 |
| ------- | ------------ | ---------------------------------------- |
| - | x | 输入的 Tensor,pytorch的输入为tensor本身 |
| p | p | 维度的数量。 |
| PyTorch | PaddlePaddle | 备注 |
| ------- | ------------ | ------------- |
| - | x | 输入的 Tensor |
| p | p | 维度的数量。 |

### 转写示例

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## [ **paddle 参数更多** ]torch.Tensor.mvlgamma_
## [ 仅参数名不一致 ]torch.Tensor.mvlgamma_

### [torch.Tensor.mvlgamma_](https://pytorch.org/docs/stable/generated/torch.Tensor.mvlgamma_.html#torch-tensor-mvlgamma)

```python
Tensor.mvlgamma_(p)
torch.Tensor.mvlgamma_(p)
```

### [paddle.multigammaln_](https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/api/paddle/multigammaln__cn.html#multigammaln)
Expand All @@ -16,10 +16,10 @@ paddle.multigammaln_(x, p, name=None)

### 参数映射

| PyTorch | PaddlePaddle | 备注 |
| ------- | ------------ | ---------------------------------------- |
| - | x | 输入的 Tensor,pytorch的输入为tensor本身 |
| p | p | 维度的数量。 |
| PyTorch | PaddlePaddle | 备注 |
| ------- | ------------ | ------------- |
| - | x | 输入的 Tensor |
| p | p | 维度的数量。 |

### 转写示例

Expand Down

0 comments on commit c7b79d5

Please sign in to comment.