-
Notifications
You must be signed in to change notification settings - Fork 724
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
映射文档 No.16/17/18/19 #5955
Conversation
感谢你贡献飞桨文档,文档预览构建中,Docs-New 跑完后即可预览,预览链接:http://preview-pr-5955.paddle-docs-preview.paddlepaddle.org.cn/documentation/docs/zh/api/index_cn.html |
请问是否需要在pytorch_api_mapping_cn.md 增加torch.cummin 和 paddle.cummin等信息,还是等所有映射文档都完成了在统一写入避免冲突? |
docs/guides/model_convert/convert_from_pytorch/api_difference/ops/torch.cummin.md
Outdated
Show resolved
Hide resolved
This reverts commit d36b4d7.
Done |
docs/guides/model_convert/convert_from_pytorch/api_difference/ops/torch.cummin.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/ops/torch.cummin.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/ops/torch.cummin.md
Outdated
Show resolved
Hide resolved
docs/guides/model_convert/convert_from_pytorch/api_difference/ops/torch.searchsorted.md
Outdated
Show resolved
Hide resolved
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 无此参数,一般对网络训练结果影响不大。 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有转写方式的话:加一个 需要转写
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
好的,已修改。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@Li-fAngyU 单测需要开发 不运行的注释版本。(comment 来自 @zhwesky2010 ) |
@luotao1 好的 |
16.cummin,已添加对应的md文件。
17.searchsorted,在原有的md文件进行了修改。
18.vander,已添加对应的md文件。
19.geqrf,功能缺失,已标注到 pytorch_api_mapping_cn.md 文件中。