-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[0-size Tensor No.205] Add 0-size Tensor support for pad [fluid_ops] #73821
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提交成功,感谢你对开源项目的贡献! |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## develop #73821 +/- ##
==========================================
Coverage ? 37.50%
==========================================
Files ? 3
Lines ? 8
Branches ? 0
==========================================
Hits ? 3
Misses ? 5
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/re-run all-failed |
1 similar comment
|
/re-run all-failed |
|
/re-run all-failed |
DanielSun11
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 |
|
/re-run all-failed |
DanielSun11
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
Operator Mechanism
PR Types
Bug fixes
Description
[0-size Tensor No.205] Add 0-size Tensor support for pad [fluid_ops]
修改前向和反向,前向填充为pad_value
修改python接口,如果pad为0-size tensor,返回x.clone()
PaddleAPITest 测试通过,错误为numpy error
