Skip to content

elixir-nx/nx

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

In this format, the tensor metadata including its
binary offset and size are stored upfront with all
binaries at the end. This can allow us, in the future,
to deserialize using mmap or without reading all file.

Closes #1186.
28413c4

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
July 26, 2023 11:33
July 19, 2023 20:51
October 21, 2022 23:38
April 28, 2022 12:36

This repository currently holds the following projects:

  • Nx - Multi-dimensional arrays (tensors) and numerical definitions for Elixir

  • EXLA - Google's XLA (Accelerated Linear Algebra) compiler/backend for Nx

  • Torchx - LibTorch backend for Nx

Each has their own README, which you can access above to learn more. They will be extracted to their own repository in the future. Examples and benchmarks are available in the EXLA project.