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 af215c3 commit e43098eCopy full SHA for e43098e
src/chainrules/utilityrules.jl
@@ -0,0 +1,5 @@
1
+function rrule(::typeof(build), I::AbstractVector, J::AbstractVector, J::AbstractVector, m, n, combine::typeof(+))
2
+ project_V = ProjectTo(V)
3
+ function sparse_pullback(ΔΩ)
4
+ ΔΩ = unthunk(ΔΩ)
5
+ ΔV = project_V()
0 commit comments