
LiteRT 架构
LiteRT 端侧推理
LiteRT 端侧推理过程将模型加载到解释器中,解释器解析模型并使用委托来运行它。 该过程包括以下步骤:- 推理将 LiteRT 模型加载到 LiteRT 解释器接口中,解释器解析模型以识别其中包含的神经网络算子。
- 配置解释器接口以使用委托运行模型。
- 解释器对提供的输入调用模型推理,并将相应的输出保存到提供给解释器接口的缓冲区中。
- CPU
- Adreno GPU
- NPU
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
在 Qualcomm Dragonwing IoT 平台上用于端侧 AI 推理的 LiteRT 框架概述,包括支持的委托(delegate)和加速器。

LiteRT 架构
| 委托 | 加速 |
|---|---|
| XNNPACK 委托 | CPU |
| GPU 委托 | GPU |
| Qualcomm® AI Engine Direct 委托(QNN 委托) | CPU、GPU 和 NPU |
此页面对您有帮助吗?
