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

映射文档 No.16/17/18/19 #5955

Merged
merged 9 commits into from
Jul 5, 2023
Merged

Conversation

Li-fAngyU
Copy link
Contributor

@Li-fAngyU Li-fAngyU commented Jun 22, 2023

16.cummin,已添加对应的md文件。
17.searchsorted,在原有的md文件进行了修改。
18.vander,已添加对应的md文件。
19.geqrf,功能缺失,已标注到 pytorch_api_mapping_cn.md 文件中。

@paddle-bot
Copy link

paddle-bot bot commented Jun 22, 2023

感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-5955.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html
预览工具的更多说明,请参考:飞桨文档预览工具

@Li-fAngyU
Copy link
Contributor Author

请问是否需要在pytorch_api_mapping_cn.md 增加torch.cummin 和 paddle.cummin等信息,还是等所有映射文档都完成了在统一写入避免冲突?

@Li-fAngyU Li-fAngyU changed the title 映射文档 No.16~19 映射文档 No.16/17/18/19 Jun 22, 2023
@luotao1 luotao1 added the HappyOpenSource 快乐开源活动issue与PR label Jun 26, 2023
@Li-fAngyU
Copy link
Contributor Author

Done

@Li-fAngyU Li-fAngyU requested a review from ROckDog22 June 29, 2023 10:34
@Li-fAngyU
Copy link
Contributor Author

Done

@@ -23,8 +34,9 @@ paddle.searchsorted(sorted_sequence, values, out_int32=False, right=False, name=
| right | right | 表示查找对应的上边界或下边界。 |
| side | - | 表示查找对应的上边界或下边界,Paddle 无此参数,需要进行转写。 |
| out | - | 表示输出的 Tensor,Paddle 无此参数,需要进行转写。 |
| sorter | - | 表示 sorted_sequence 元素无序时对应的升序索引,Paddle 无此参数,一般对网络训练结果影响不大,可直接删除。 |
| sorter | - | 表示 sorted_sequence 元素无序时对应的升序索引,Paddle 无此参数,一般对网络训练结果影响不大。 |
Copy link
Collaborator

Choose a reason for hiding this comment

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

有转写方式的话:加一个 需要转写

Copy link
Contributor Author

Choose a reason for hiding this comment

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

好的,已修改。

Copy link
Collaborator

@zhwesky2010 zhwesky2010 left a comment

Choose a reason for hiding this comment

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

LGTM

@zhwesky2010 zhwesky2010 merged commit a6538fe into PaddlePaddle:develop Jul 5, 2023
@Li-fAngyU Li-fAngyU deleted the api_map branch July 6, 2023 02:16
@luotao1
Copy link
Collaborator

luotao1 commented Jul 7, 2023

19.geqrf,功能缺失,已标注到 pytorch_api_mapping_cn.md 文件中。

@Li-fAngyU 单测需要开发 不运行的注释版本。(comment 来自 @zhwesky2010

@Li-fAngyU
Copy link
Contributor Author

@luotao1 好的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants