# 使用 CPU 的 XNNPACK delegate

Source: [https://docs.qualcomm.com/doc/80-70014-54Y/topic/xnnpack-delegate-for-cpu.html](https://docs.qualcomm.com/doc/80-70014-54Y/topic/xnnpack-delegate-for-cpu.html)

XNNPACK delegate 使用 XNNPACK 库来高效地加速 CPU 上的 TensorFlow Lite 模型。

XNNPACK 是 Google 创建的一个开源库，它的作用如下：

- 提供可在 Arm CPU 上运行且优化的神经网络算子
- 使用 low-level CPU 指令（如 Arm® Neon™ 指令集）优化算子，以实现高效执行。

XNNPACK delegate 可以运行 32 位浮点和 INT8 格式的模型。有关详细信息，参见 [TensorFlow Lite 的 XNNPACK 后端](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/delegates/xnnpack/README.md)。

**Parent Topic:** [Delegate](https://docs.qualcomm.com/doc/80-70014-54Y/topic/delegates.html)

Last Published: Aug 06, 2024

[Previous Topic
Delegate](https://docs.qualcomm.com/bundle/publicresource/80-70014-54Y/topics/delegates.md) [Next Topic
GPU delegate](https://docs.qualcomm.com/bundle/publicresource/80-70014-54Y/topics/gpu-delegate.md)