Skip to content

Commit

Permalink
chore: remove more stray comments
Browse files Browse the repository at this point in the history
  • Loading branch information
polvalente committed Sep 16, 2024
1 parent db0b6f0 commit 20cc168
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions nx/lib/nx/defn/grad.ex
Original file line number Diff line number Diff line change
Expand Up @@ -1378,8 +1378,6 @@ defmodule Nx.Defn.Grad do
vectorized_axes_x = Keyword.keys(x.vectorized_axes)
vectorized_axes_ans = Keyword.keys(ans.vectorized_axes)

# num_extra_axes = length(vectorized_axes_ans -- vectorized_axes_x)

permutation =
vectorized_axes_ans
|> Enum.with_index()
Expand Down

0 comments on commit 20cc168

Please sign in to comment.