Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vander rfc 参数命名修改 #464

Merged
merged 8 commits into from
Mar 17, 2023
Merged

Conversation

Li-fAngyU
Copy link
Contributor

No description provided.

Copy link
Collaborator

@luotao1 luotao1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以补充下 torch/numpy 对 n=0 的支持情况/输出效果,以及这次设计也要支持 n=0

@@ -124,13 +124,13 @@ Tensorflow: Tensorflow可以通过调用tensorflow.experimental.numpy.vander
## 命名与参数设计

```python
paddle.vander(x, N=None, increasing=False, name=None)
paddle.vander(x, n=None, increasing=False, name=None)
```

参数类型要求:

* 输入`x`的类型为 1-D Tensor。
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

可以补充下 x 的 data type

@Li-fAngyU
Copy link
Contributor Author

收到

@Li-fAngyU Li-fAngyU requested a review from luotao1 March 17, 2023 01:15
@luotao1 luotao1 merged commit 6f8473e into PaddlePaddle:master Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants