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

Teste

elixir/teste.livemd

Teste

Mix.install([
  {:axon, "~> 0.7.0"}
])

Section

{backend, _rest} = Nx.default_backend()
IO.inspect backend
inputs = Nx.iota({2, 8}, type: :f32)
inputs
|> Nx.multiply(2)
|> Nx.tan