-
Notifications
You must be signed in to change notification settings - Fork 5.7k
[API] Add paddle.randn_like #72492
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] Add paddle.randn_like #72492
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #72492 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 1
Lines ? 7
Branches ? 0
===========================================
Hits ? 7
Misses ? 0
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.
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.
@fangfangssj 后续的PR,可以考虑补充一下对bf16、complex类型的支持,跟torch保持一致。 |
好的好的 |
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
* add randn_like * add test
PR Category
User Experience
PR Types
New features
Description
Pcard-75624
新增了
paddle.randn_like
api