-
Notifications
You must be signed in to change notification settings - Fork 5.9k
add paddle::DenseTensor #77124
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
add paddle::DenseTensor #77124
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
|
/re-run all-failed |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #77124 +/- ##
===========================================
Coverage ? 100.00%
===========================================
Files ? 1
Lines ? 9
Branches ? 0
===========================================
Hits ? 9
Misses ? 0
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/re-run all-failed |
paddle/fluid/platform/enforce.h
Outdated
|
|
||
| using phi::DenseTensor; | ||
|
|
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.
这个 DenseTensor 的 using 加到 enforce.h 的文件中感觉不太匹配
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.
已修改文件为 paddle/phi/core/dense_tensor.h
|
/re-run all-failed |
2 similar comments
|
/re-run all-failed |
|
/re-run all-failed |
|
请解决冲突 |
|
/re-run all-failed |
PR Category
User Experience
PR Types
Others
Description
paddle 命名空间增加 DenseTensor
paddle/fluid/framework/new_executor/feed_fetch_utils.cc 优化 phi::DenseTensor 为 DenseTensor