-
Couldn't load subscription status.
- Fork 5.9k
[API Compatibility] Enhance several tensor creation methods #74477
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 Compatibility] Enhance several tensor creation methods #74477
Conversation
| 你的PR提交成功,感谢你对开源项目的贡献! |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@ ## develop #74477 +/- ## =========================================== Coverage ? 100.00% =========================================== Files ? 2 Lines ? 40 Branches ? 0 =========================================== Hits ? 40 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
7f50ef2 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
0e6d63b 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
…ddle#74477) * fix index_elemwentwise_get_gard bug slice-check * enhance Tensor creation methods * add static test * fix UT * fix date * refine code * fix * fix UT * fix * fix BatchNormDoubleGradKernel * restore code * fix * fix * fix * fix for review * restore requires_grad setting * fix name * use full instead of fill_constant * refine device * fix * fix string device --------- Co-authored-by: zhanghonggeng <zhanghonggeng@baidu.com>
PR Category
User Experience
PR Types
New features
Description
Pcard-75624
为以下 9 个 API 补充部分参数,对齐 pytorch,添加对应动静态图单测