Skip to content

Commit

Permalink
api_difference (PaddlePaddle#6113)
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc authored Aug 23, 2023
1 parent 9efc469 commit ac7d268
Showing 1 changed file with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## [无参数]torch.Tensor.conj_physical
### [torch.Tensor.conj_physical](https://pytorch.org/docs/stable/generated/torch.Tensor.conj_physical.html#torch.Tensor.conj_physical)

```python
torch.Tensor.conj_physical()
```

### [paddle.Tensor.conj](https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/api/paddle/Tensor_cn.html#conj-name-none)

```python
paddle.Tensor.conj(name=None)
```

两者功能一致,无参数。

0 comments on commit ac7d268

Please sign in to comment.