fix
This commit is contained in:
parent
c4b96dbc98
commit
20b13b9a41
|
@ -5,7 +5,7 @@ end
|
|||
|
||||
param(x) = Param(x, zero(x))
|
||||
|
||||
state(p::Param) = p
|
||||
state(p::Param) = p.x
|
||||
state(x) = x
|
||||
|
||||
function accumulate!(p::Param, Δ)
|
||||
|
|
Loading…
Reference in New Issue