Commit 01724b1
authored
[DoubleGrad PaddlePaddle#4] Bug Fixes to Double Grad Node Generation (PaddlePaddle#41121)
* [Refactor] refactored eager_gen.py PR #2
* [DoubleGrad PR #1] Decoupled code generation logics for Dygraph ForwardFunctions and GradNodes
* Fixed minor issue
* Adjusted logics of GenerateNodeCreationCodes and GenerateForwardDefinition
* Fixed issues
* Supported higher-order grad node generation
* [DoubleGrad PR PaddlePaddle#4] Supported higher-order GradNode generation
* [DoubleGrad PaddlePaddle#4] Bug Fixes to Double Grad Node Generation
* Fixed yaml typo
* Fixed yaml typo
* fixed minor issues
* Fixed minor issue1 parent 4da4265 commit 01724b1
5 files changed
Lines changed: 218 additions & 156 deletions
File tree
- paddle/fluid/eager
- auto_code_generator/final_state_generator
- python/paddle
- nn/functional
- utils/code_gen
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
179 | 185 | | |
180 | 186 | | |
181 | 187 | | |
| |||
0 commit comments