[API Compatibility] add out for `topk` by aquagull · Pull Request #74887 · PaddlePaddle/Paddle
Conversation
你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册。
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.
Codecov Report
✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (develop@9304b5f). Learn more about missing BASE report.
Additional details and impacted files
@@ Coverage Diff @@ ## develop #74887 +/- ## =========================================== Coverage ? 100.00% =========================================== Files ? 1 Lines ? 9 Branches ? 0 =========================================== Hits ? 9 Misses ? 0 Partials ? 0
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
🚀 New features to boost your workflow:
- ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
aquagull
changed the title
Test ci
[API Compatibility] add out for topk
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
| out_values, out_indices = out | ||
| out_values = paddle.assign(values, output=out_values) | ||
| out_indices = paddle.assign(indices, output=out_indices) | ||
| return out_values, out_indices |
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters

