-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[API Compatiblity] paddle.isfinite、paddle.isinf and paddle.isnan sink into C++ #74703
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提交成功,感谢你对开源项目的贡献! |
zhwesky2010
left a comment
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 for delet depracated UT
5422058
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #74703 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 1
Lines ? 3
Branches ? 0
===========================================
Hits ? 3
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
wanghuancoder
left a comment
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 |
… into C++ (PaddlePaddle#74703) * paddle.isfinite、paddle.isinf and paddle.isnan sink into C++ * fix * remove oldIR unit test
PR Category
Operator Mechanism
PR Types
New features
Description
下沉paddle.isfinite 、paddle.isinf 和 paddle.isnan 到C++层,支持Torch的传参方法
pcard-67164