-
Notifications
You must be signed in to change notification settings - Fork 263
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
【Hackathon No.1&No.2】为 Paddle 新增 finfo API和iinfo API #83
Conversation
开发者你好,pr格式需要调整,请参考:
|
1.添加API-iinfo |
PR格式检查通过,你的PR将接受Paddle专家以及开源社区的review,请及时关注PR动态。 |
# 五、设计思路与实现方案 | ||
|
||
## 命名与参数设计 | ||
参考:[飞桨API 设计及命名规范](https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/dev_guides/api_contributing_guides/api_design_guidelines_standard_cn.html) |
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.
同上
is_floating_point: _bool | ||
is_complex: _bool | ||
is_signed: _bool | ||
... |
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.
这个类的作用是?paddle dtype可以参考 https://github.com/PaddlePaddle/Paddle/blob/develop/python/paddle/framework/dtype.py
|
||
# 六、测试和验收的考量 | ||
|
||
参考:[新增API 测试及验收规范](https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/dev_guides/api_contributing_guides/api_accpetance_criteria_cn.html) |
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.
删除不需要的模版信息
你的PR有最新反馈,请及时修改。 |
看到PR中多了一个文件,旧的文件rfcs/APIs/20220330_api-design_for_finfo.md 可以删除掉。 |
已根据老师的建议进行相应的修改,麻烦老师确认和指点 |
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
已根据API的RFC新增代码至对应位置,辛苦审核老师检查,有问题指出来 |
您好,请问代码PR是否提交了 @isLinXu |
1.添加API-iinfo
ISSUE:PaddlePaddle/Paddle#40333
2.添加API-finfo
ISSUE:PaddlePaddle/Paddle#40334