refine full and full_like for fill_value type check and annotations#74127
refine full and full_like for fill_value type check and annotations#74127luotao1 merged 11 commits intoPaddlePaddle:developfrom
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.
这里不在支持bool类型,是否会对套件库的兼容性产生影响?
|
/re-run all-failed |
1 similar comment
|
/re-run all-failed |
|
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