Commit ce0b6ec
Add derivative to pow with scalar base (pytorch#12450)
Summary:
Fixes: pytorch#12426
Thank you, DriesSmit, for the report!
Pull Request resolved: pytorch#12450
Differential Revision: D10238556
Pulled By: soumith
fbshipit-source-id: 8bf71467c6734ecc5ff30f15500304d731f7e1551 parent 9d27e75 commit ce0b6ec
File tree
3 files changed
+11
-0
lines changed- test
- tools/autograd
- templates
3 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2150 | 2150 | | |
2151 | 2151 | | |
2152 | 2152 | | |
| 2153 | + | |
| 2154 | + | |
| 2155 | + | |
| 2156 | + | |
2153 | 2157 | | |
2154 | 2158 | | |
2155 | 2159 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| 562 | + | |
| 563 | + | |
| 564 | + | |
562 | 565 | | |
563 | 566 | | |
564 | 567 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
| |||
0 commit comments