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 b3f9f9b commit 4e8e360Copy full SHA for 4e8e360
src/rulesets/Base/nondiff.jl
@@ -34,6 +34,7 @@
34
@non_differentiable circshift!(::AbstractArray{Bool}, ::Any)
35
@non_differentiable conj(::AbstractArray{Bool})
36
@non_differentiable conj!(::AbstractArray{Bool})
37
+@non_differentiable cumprod(::AbstractVector{Bool})
38
@non_differentiable cumprod(::AbstractArray{Bool})
39
@non_differentiable cumprod!(::Any, ::AbstractArray{Bool})
40
@non_differentiable cumsum(::AbstractArray{Bool})
0 commit comments