-
Notifications
You must be signed in to change notification settings - Fork 5.9k
[icafe-31094] Add function comments and instructions to the API #35743
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
[icafe-31094] Add function comments and instructions to the API #35743
Conversation
|
Thanks for your contribution! |
paddle/fluid/operators/kernel_primitives/datamover_primitives.h
Outdated
Show resolved
Hide resolved
paddle/fluid/operators/kernel_primitives/datamover_primitives.h
Outdated
Show resolved
Hide resolved
paddle/fluid/operators/kernel_primitives/datamover_primitives.h
Outdated
Show resolved
Hide resolved
3a0031e to
f7531dc
Compare
JamesLim-sy
left a comment
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.
Elementwise相关的API中输入和输出的形参命名是in\out, 但在Reduce相关的API中输入和输出的形参命名是src\dst,是否考虑予以统一。
paddle/fluid/operators/kernel_primitives/datamover_primitives.h
Outdated
Show resolved
Hide resolved
f7531dc to
57c2618
Compare
zkh2016
left a comment
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
|
LGTM |
PR types
Others
PR changes
Others
Describe
[icafe-31094] Add function comments and instructions to the API