Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lecopivo committed Oct 18, 2024
1 parent e7bcdb0 commit 66ee02b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SciLean/Modules/ML/XLA/ConvWithPaddingStride.lean
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ theorem convWithPaddingStride.arg_x.adjoint_rule
if h : (0 ≤ di' ∧ di' < outDim) ∧ (ri' = 0) then
have := h.1
z[di'] * x[k] * y[j]
else 0 := by sorry -- swap sums and rewrite the condition in terms of `i'`
else 0 := by sorry -- remove sum over `i`

_ = ∑ (k : TensorIndex spDims), ∑ (j : TensorIndex kerDims),
let i' := k.1 * xdil + j.1 * ydil - ((kerDims - 1) * ydil - low)
Expand Down

0 comments on commit 66ee02b

Please sign in to comment.