---
title: Supporting real-time ML inference on the CPU
framework: accelerate
role: sampleCode
role_heading: Sample Code
path: sample-code/accelerate/supporting-real-time-ml-inference-on-the-cpu
---

# Supporting real-time ML inference on the CPU

Add real-time digital signal processing to apps like Logic Pro X and GarageBand with the BNNS Graph API.

## Overview

Overview note: This sample code project is associated with WWDC25 session 276: What’s new in BNNSGraph.

## See Also

### Building graphs in Swift

- [makeContext(options:_:)](accelerate/bnnsgraph/makecontext(options:_:).md)
- [BNNSGraph.Builder](accelerate/bnnsgraph/builder.md)
- [BNNSGraph.Builder.Tensor](accelerate/bnnsgraph/builder/tensor.md)
