-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[API Compatibility No.22] Add squeeze_ dim/axis alias mapping -part #77550
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?
[API Compatibility No.22] Add squeeze_ dim/axis alias mapping -part #77550
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
|
/re-run all-failed |
| name : [paddle.squeeze_, paddle.Tensor.squeeze_] | ||
| args_alias : | ||
| axis : [dim] | ||
| use_default_mapping : True |
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.
axis和use_default_mapping用一个就可以,这个用use_default_mapping
|
/re-run all-failed |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #77550 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 2
Lines ? 15
Branches ? 0
===========================================
Hits ? 15
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
IXUCA rerun仍然失败的,辛苦rebase到develop后重新触发CI |
PR Category
User Experience
PR Types
New features
Description
paddle.Tensor.squeeze_sodimmaps toaxis.squeeze_and rely on generated C++ bindings.squeeze_.dim.