Skip to content

Commit dcbca35

Browse files
authored
Merge pull request #127 from mipals/patch-1
Update gradient.jl
2 parents ea01f2a + e384c06 commit dcbca35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gradient.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using ReverseDiff: GradientTape, GradientConfig, gradient, gradient!, compile
1+
using ReverseDiff: GradientTape, GradientConfig, gradient, gradient!, compile, DiffResults
22

33
#########
44
# setup #

0 commit comments

Comments
 (0)