-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
【Hackathon 5th No.11】add gammaincc
and gammainc
API
#59357
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
请补充单测通过覆盖率流水线 |
igamma 和 igammac 的计算比较相似,是否能够实现其中一个(例如 igamma ),然后另一个用 1-igamma 的计算方式实现? |
应该是可以的,我改一下。 |
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 for docs
@GreatV 可以提交中文文档 |
Pay attention to modify the title and description of PR, use |
igamma
and igammac
APIgammaincc
and gammainc
API
Sorry to inform you that d7c1b59's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
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
单测 : test_gammaincc_op, PR: 61049,CI : PR-CI-Mac-Python3,url : https://xly.bce.baidu.com/paddlepaddle/paddle/newipipe/detail/9982634 |
@SigureMo 好的,我看下。 |
…#59357) * 【Hackathon 5th No.11】add igamma and igammac API * fix bug * Merge branch 'develop' into add_igamma_igammac * fix codestyle * fix bug * update ut * fix bug * fix bug * add test inplace * fix bug * fix bug * remove unused comment * remove some c++ impl * update code * fix bug * fix bug * update * remove some paddle.enable_static() * remove eigen impl * fix test_inplace * rename op * igamma(a, x) -> gammaincc(x, y)
PR types
New features
PR changes
APIs
Description
igamma
andigammac
API