-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[API Compatiblity] Support paddle.exp, paddle.expm1, paddle.diagonal, paddle.round
#76106
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
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
paddle.exp, paddle.expm1, paddle.diagonalpaddle.exp, paddle.expm1, paddle.diagonal, paddle.round
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #76106 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 3
Lines ? 6
Branches ? 0
===========================================
Hits ? 6
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.exp, paddle.expm1, paddle.diagonal, paddle.roundpaddle.exp, paddle.expm1, paddle.diagonal
|
@fangfangssj 这个需要处理下冲突 |
这个在等abs合入,合入之后还会有冲突 |
修改python_api_info可以不要都在最后面修改。容易冲突。 |
paddle.exp, paddle.expm1, paddle.diagonalpaddle.exp, paddle.expm1, paddle.diagonal, paddle.round
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
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
|
/re-run all-failed |
PR Category
User Experience
PR Types
New features
Description
Support compatibility for

paddle.exp,paddle.Tensor.exp,paddle.expm1,paddle.Tensor.expm1,paddle.diagonalandpaddle.Tensor.diagonal.