Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc committed Dec 19, 2023
1 parent 6b81003 commit d09f923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ torch.nn.functional.pdist(input, p=2)
paddle.nn.functional.pdist(x, p=2.0)
```

其中功能一致,仅参数名不一致,具体如下:
两者功能一致,仅参数名不一致,具体如下:

### 参数映射

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ torch.signbit(input, *, out=None)
paddle.signbit(x, name=None)
```

两者功能一致且参数用法一致,仅参数名不一致,具体如下:
Pytorch 相比 Paddle 支持更多其他参数,具体如下:

### 参数映射

Expand Down

0 comments on commit d09f923

Please sign in to comment.