-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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 split and split_with_num composite rule #51341
add split and split_with_num composite rule #51341
Conversation
你的PR提交成功,感谢你对开源项目的贡献! |
paddle/fluid/operators/split_op.cc
Outdated
"composite grad for now. ")); | ||
} else { | ||
if (sections.size() > 0) { | ||
VLOG(6) << "Runing split_grad composite func"; |
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.
split_grad跟split_with_num_grad是一种情况,可以合成一个函数
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.
done
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
PR types
Others
PR changes
Others
Describe
add split and split_with_num grad composite rule