-
Notifications
You must be signed in to change notification settings - Fork 5.9k
refine full and full_like for fill_value type check and annotations #74127
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
❌ Your patch status has failed because the patch coverage (80.00%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #74127 +/- ##
==========================================
Coverage ? 80.00%
==========================================
Files ? 1
Lines ? 5
Branches ? 0
==========================================
Hits ? 4
Misses ? 1
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| """ | ||
| # Include str type check to handle string numeric values like "0.5" that occur in CI tests. | ||
| # The compatible method for fliud operators, may be it can be removed in the future. | ||
| if not isinstance( |
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.
这里不在支持bool类型,是否会对套件库的兼容性产生影响?
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.
|
/re-run all-failed |
1 similar comment
|
/re-run all-failed |
wawltor
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
|
test_imperative_auto_mixed_precision_for_eager 可能是随机挂 @ooooo-create 可以merge下develop再试试 |
|
/re-run all-failed |
2 similar comments
|
/re-run all-failed |
|
/re-run all-failed |
|
冲突了 |
|
/re-run all-failed |
|
/re-run all-failed |
…addlePaddle#74127) * refine full and full_like for fill_value check and type annotations * refine * refine * refine * pass approve ci * refine code * adapt string numeric values usage * add more comments * add more tests


PR Category
User Experience
PR Types
Others
Description
#72709
refine full and full_like for fill_value type check and annotations