Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Cumsum op implementation #7050
Cumsum op implementation #7050
Changes from all commits
856f1a5
3621aa3
cbaf9a0
4ddce0f
b6c9cb5
9cabf38
141ef48
8954f02
bfae4c4
213657f
9805fdb
04d9f62
8832bce
f21703c
9ee1a6b
eaade4a
5e3e7ea
89911d7
4ea9ebd
3d72ce2
9129a96
7b23a4f
fc7dfd7
dc70fdf
4763e5a
0e0c718
caf8671
88ac0e0
4b61610
7174053
382917b
8943d3a
d25f519
6a22d7a
a3ce1e6
0f11699
51398d1
dbace89
bac94d2
c955b8a
50d53d2
81a4b8d
5dc75c6
b85be6f
c7dba96
7a8f774
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
in_ptr, out_ptr 感觉改成 dy_ptr, dx_ptr更易懂点
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.
你的建议很好,xiaoyu让我从pin/pout改成in_ptr/out_ptr,我已经更新过了,但是命名这个事情众口难调,比如我现在还是觉得pin/pout最简洁明了,后来还是尊重xiaoyu的建议做了修改,现在继续再改的话我这没问题,但仍然不会让所有人满意,你觉得呢~
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.
我觉得是我的问题,这里是反向,确实应该dy_ptr和dx_ptr更合理一些,方便再改下吗