-
Couldn't load subscription status.
- Fork 5.9k
[DoubleGrad PR #3] Supported higher-order GradNode generation #41051
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
[DoubleGrad PR #3] Supported higher-order GradNode generation #41051
Conversation
…ygraph ForwardFunctions and GradNodes
…im19930609/Paddle into support_double_grad_node_generation
|
你的PR提交成功,感谢你对开源项目的贡献! |
4001488 to
e26b572
Compare
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
New features
PR changes
Others
Describe
[DoubleGrad PR #4] Supported higher-order GradNode generation
This patch enabled recursive generation for higher-order GradNode (DoubleGrad, TripleGrad ...) according to "backward" field specified in the backward.yaml file.
Generate higher-order node creation code in GradNodexxx:operator()

Generate higher-order GradNode declaration
