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 541f635 commit bd7bf7eCopy full SHA for bd7bf7e
src/rulesets/Base/nondiff.jl
@@ -75,7 +75,7 @@
75
@non_differentiable rotr90(::AbstractArray{Bool}, ::Any)
76
@non_differentiable selectdim(::AbstractArray{Bool}, ::Any, ::Any)
77
@non_differentiable setindex!(::AbstractArray{Bool}, ::Any, ::Any)
78
-@non_differentiable similar(::AbstractArray{Bool}, ::Any, ::Any...)
+@non_differentiable similar(::AbstractArray{Bool}, ::Any...)
79
@non_differentiable stride(::AbstractArray{Bool}, ::Any)
80
@non_differentiable strides(::AbstractArray{Bool})
81
@non_differentiable vcat(::AbstractArray{Bool}...)
0 commit comments