-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[API Compatible] Use a more robust signature parsing method for Python API sinking to C++ #74700
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
SigureMo
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.
|
你的PR提交成功,感谢你对开源项目的贡献! |
这个 API 是不是误暴露为公开 API 了,会呈现在官网文档的,这个看起来是内部 API,应该可以从 Footnotes
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #74700 +/- ##
==========================================
Coverage ? 93.33%
==========================================
Files ? 1
Lines ? 15
Branches ? 0
==========================================
Hits ? 14
Misses ? 1
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…n API sinking to C++ (PaddlePaddle#74700)
PR Category
Operator Mechanism
PR Types
Improvements
Description
对#74676 的完善。
采用 #74676 (comment) @SigureMo 建议的方法,提升C++下沉方案中解析signature 过程的鲁棒性。
pcard-67164