Skip to content

Commit 7d2987e

Browse files
Update src/conv.jl
Co-authored-by: Brian Chen <[email protected]>
1 parent d4e67e1 commit 7d2987e

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/conv.jl

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -327,19 +327,6 @@ for conv in [:conv, :depthwiseconv]
327327
end
328328
return $∇conv_data(x, w, cdims; kw...), $∇conv_data_pullback
329329
end
330-
331-
# @eval function rrule(::typeof($∇conv_filter), x, dy, cdims; kw...)
332-
# function $∇conv_filter_pullback(Δ)
333-
# Δ = colmajor(Δ)
334-
# return (
335-
# NoTangent(),
336-
# @thunk($∇conv_data(dy, unthunk(Δ), cdims, kw...)),
337-
# @thunk($conv(x, unthunk(Δ), cdims, kw...)),
338-
# NoTangent(),
339-
# )
340-
# end
341-
# return $∇conv_filter(x, dy, cdims; kw...), $∇conv_filter_pullback
342-
# end
343330
end
344331

345332
function rrule(::typeof(∇conv_filter), x, dy, cdims; kw...)

0 commit comments

Comments
 (0)