Powered by AppSignal & Oban Pro
Would you like to see your link here? Contact us

Nx/EXLA

templates/nx_exla.livemd

Nx/EXLA

Mix.install([
  {:nx, "~> 0.3.0"},
  {:exla, "~> 0.3.0"}
])

Nx.default_backend(EXLA.Backend)
Nx.Defn.global_default_options(compiler: EXLA)

🐈

t = Nx.iota({3, 3})