We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3d7b6d commit b0f2d77Copy full SHA for b0f2d77
1 file changed
src/ChainRulesCore.jl
@@ -3,7 +3,7 @@ using Base.Broadcast: broadcasted, Broadcasted, broadcastable, materialize, mate
3
using Base.Meta
4
using LinearAlgebra
5
using SparseArrays: SparseVector, SparseMatrixCSC
6
-using Compat: hasfield
+using Compat: hasfield, hasproperty
7
8
export frule, rrule # core function
9
# rule configurations
0 commit comments