[API Compatibility No.11、16] Add alias support for gcd_ and lcm_
PR Category
User Experience
PR Types
New features
Description
add alias support for gcd_ and lcm_
增加 other 参数支持
修复 EN 文档
你的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
:white_check_mark: All modified and coverable lines are covered by tests.
:warning: Please upload report for BASE (develop@2701651). Learn more about missing BASE report.
Additional details and impacted files
@@ Coverage Diff @@
## develop #76486 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 1
Lines ? 4
Branches ? 0
===========================================
Hits ? 4
Misses ? 0
Partials ? 0
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
/re-run all-failed
/re-run all-failed
@zhwesky2010
我只使用了 python 装饰器啊 没有用 cpp 下沉 @zhwesky2010
我只使用了 python 装饰器啊 没有用 cpp 下沉 @zhwesky2010
装饰器不需要_add_docs这些,这个是下沉之后python __doc__丢失,所以才添加的。 没有下沉,__doc__直接在原本的python api维护。
@zhwesky2010