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 bd7bf7e commit 42ae3f2Copy full SHA for 42ae3f2
src/rulesets/Base/nondiff.jl
@@ -64,8 +64,8 @@
64
@non_differentiable promote_shape(::AbstractArray{Bool}, ::Any)
65
@non_differentiable repeat(::AbstractArray{Bool}, ::Any...)
66
@non_differentiable reshape(::AbstractArray{Bool}, ::Any...)
67
-@non_differentiable reverse(::AbstractArray{Bool})
68
-@non_differentiable reverse!(::AbstractArray{Bool})
+@non_differentiable reverse(::AbstractArray{Bool}, ::Any...)
+@non_differentiable reverse!(::AbstractArray{Bool}, ::Any...)
69
@non_differentiable reverseind(::AbstractArray{Bool}, ::Any)
70
@non_differentiable rot180(::AbstractArray{Bool})
71
@non_differentiable rot180(::AbstractArray{Bool}, ::Any)
0 commit comments