We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Compat.Returns
1 parent 72ca897 commit 7bf6829Copy full SHA for 7bf6829
src/ChainRulesCore.jl
@@ -2,7 +2,7 @@ module ChainRulesCore
2
using Base.Broadcast: broadcasted, Broadcasted, broadcastable, materialize, materialize!
3
using Base.Meta
4
using LinearAlgebra
5
-using Compat: hasfield, hasproperty, ismutabletype
+using Compat: hasfield, hasproperty, ismutabletype, Returns
6
7
export frule, rrule # core function
8
# rule configurations
0 commit comments