# CixP1 v0.1.1 - Table of Contents

> Elixir NIF bindings for the CIX P1 (Arm-China Zhouyi) NPU via the NOE runtime

## Pages

- [CixP1](readme.md)

## Modules

- [CixP1](CixP1.md): Elixir bindings for the CIX P1 (Arm-China "Zhouyi") NPU on the Orange Pi 6 / 6
Plus, via the CIX NOE runtime (`libnoe`).
- [CixP1.Context](CixP1.Context.md): A NOE UMD context — the handle onto the NPU device (`/dev/aipu`).
- [CixP1.Examples](CixP1.Examples.md): Worked examples tying the API together. Requires `:nx`.
- [CixP1.Graph](CixP1.Graph.md): A compiled model graph loaded onto the NPU.
- [CixP1.Job](CixP1.Job.md): A single inference invocation on a `CixP1.Graph`.
- [CixP1.Nx](CixP1.Nx.md): Optional `Nx` interop for NOE tensor binaries.

