-
Notifications
You must be signed in to change notification settings - Fork 5.8k
[API Compatibility] add output_size
parameter to paddle.repeat_interleave and paddle.Tensor.repeat_interleave
#74631
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
[API Compatibility] add output_size
parameter to paddle.repeat_interleave and paddle.Tensor.repeat_interleave
#74631
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
/re-run all-failed |
Codecov Report❌ Patch coverage is ❌ Your patch status has failed because the patch coverage (62.16%) 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 #74631 +/- ##
==========================================
Coverage ? 62.16%
==========================================
Files ? 7
Lines ? 37
Branches ? 0
==========================================
Hits ? 23
Misses ? 14
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
给ops.yaml加参数时,还需要改一下这个文件,做一下patch
/re-run all-failed |
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
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
@aquagull CI还有其他问题吗 |
1502eef
好像是的,coverage挂了,但不太像这个pr的问题,我拉下dev重新跑 |
@aquagull CI尽快通过吧,这个PR时间比较长了 |
/re-run distribute-stable |
6055017
to
4b96848
Compare
/re-run all-failed |
1 similar comment
/re-run all-failed |
0034e9c
/re-run all-failed |
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
New features
Description
pcard-71500
给repeat_interleave增加output_size参数,
以及增加input->x、dims->axis的参数映射。