Skip to content

Commit

Permalink
Fix Nx exercises solution (#1503)
Browse files Browse the repository at this point in the history
  • Loading branch information
davydog187 authored Jun 5, 2024
1 parent 38bc042 commit 970a6d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nx/guides/exercises/exercises-1-20.livemd
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ tensor = Nx.tensor([[1, 2, 3], [4, 5, 6], [7, 8, 9]])
<div style="padding-top: 8px">

```elixir
Nx.iota({39})
Nx.iota({40})
|> Nx.add(10)
```

Expand Down

0 comments on commit 970a6d8

Please sign in to comment.