# `Nx.BinaryBackend`
[🔗](https://github.com/elixir-nx/nx/blob/v0.12.0/nx/lib/nx/binary_backend.ex#L1)

An opaque backend written in pure Elixir that stores
the data in Elixir's binaries.

This is the default backend used by the `Nx` module.
The backend itself (and its data) is private and must
not be accessed directly.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
