We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 514fca2 commit 15b5addCopy full SHA for 15b5add
src/differentials/composite.jl
@@ -77,7 +77,6 @@ backing(x::Tuple) = x
77
backing(x::NamedTuple) = x
78
backing(x::Composite) = getfield(x, :backing)
79
80
-
81
function backing(x::T)::NamedTuple where T
82
# note: all computation outside the if @generated happens at runtime.
83
# so the first 4 lines of the branchs look the same, but can not be moved out.
0 commit comments