File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ # Cheatsheet
2+
3+ This cheatsheet is designed to assist Python developers in transitioning to Elixir,
4+ specifically by providing equivalent commands and code examples between NumPy and Nx.
5+
6+ ## Numpy -> Nx
7+
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ defmodule Nx.MixProject do
6363 "guides/getting_started/quickstart.livemd" ,
6464 "guides/getting_started/broadcast.livemd" ,
6565 "guides/getting_started/numerical_definitions.livemd" ,
66+ "guides/cheatsheet/cheatsheet.cheatmd" ,
6667 "guides/advanced/vectorization.livemd" ,
6768 "guides/advanced/aggregation.livemd" ,
6869 "guides/advanced/automatic_differentiation.livemd" ,
@@ -119,6 +120,7 @@ defmodule Nx.MixProject do
119120 ] ,
120121 groups_for_extras: [
121122 "Getting Started": ~r" ^guides/getting_started/" ,
123+ Cheatsheet: ~r" ^guides/cheatsheet/" ,
122124 Exercises: ~r" ^guides/exercises/" ,
123125 Advanced: ~r" ^guides/advanced/"
124126 ]
You can’t perform that action at this time.
0 commit comments