We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c90e0bd + 7178646 commit 8c586afCopy full SHA for 8c586af
src/rules.jl
@@ -67,7 +67,6 @@
67
@define_diffrule SpecialFunctions.loggamma(x) =
68
:( SpecialFunctions.digamma($x) )
69
70
-@define_diffrule Base.identity(x) = :( 1 )
71
@define_diffrule Base.conj(x) = :( 1 )
72
@define_diffrule Base.adjoint(x) = :( 1 )
73
@define_diffrule Base.transpose(x) = :( 1 )
0 commit comments