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 ac572f6 commit 6d2f490Copy full SHA for 6d2f490
src/operations.jl
@@ -15,9 +15,6 @@ Base.:(==)(x::Void,y::Operation) = false
15
Base.:(==)(x::Variable,y::Operation) = y == Operation(identity,Expression[x])
16
Base.:(==)(x::Operation,y::Variable) = x == Operation(identity,Expression[y])
17
18
-Base.convert(::Type{Operation},x::Variable) = Operation(identity,x)
19
-
20
21
# Don't recurse inversion for Jacobians
22
Base.inv(x::Operation) = x
23
0 commit comments