-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[API Compatibility No.334-335] Add parameter alias support for i1、i1e -part #77218
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
base: develop
Are you sure you want to change the base?
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
test/legacy_test/test_i1_op.py
Outdated
|
|
||
| # Tensor method args | ||
| out4 = paddle.empty([]) | ||
| out5 = x.i1(x, out=out4) |
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.
这个测试不对
test/legacy_test/test_i1e_op.py
Outdated
|
|
||
| # Tensor method args | ||
| out4 = paddle.empty([]) | ||
| out5 = x.i1e(x, out=out4) |
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.
这个测试不对
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #77218 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 2
Lines ? 3
Branches ? 0
===========================================
Hits ? 3
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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
PR Category
User Experience
PR Types
Improvements
Description
#76301 (comment)
No.334 i1
No.335 i1e
下沉paddle.i1和i1e 到C++层。
兼容torch input参数
增加out参数支持
增加special.i1 special.i1e