# TensorFlow Lite 开发者工作流程

Source: [https://docs.qualcomm.com/doc/80-70014-54Y/topic/tensorflow-lite-developer-workflow.html](https://docs.qualcomm.com/doc/80-70014-54Y/topic/tensorflow-lite-developer-workflow.html)

在 Qualcomm 专用硬件上执行 TensorFlow Lite 模型涉及以下任务：

- **[转换 TensorFlow Lite 模型](https://docs.qualcomm.com/doc/80-70014-54Y/topic/convert-tensorflow-lite-models.html)**  

可将 TensorFlow 模型转换为 TensorFlow Lite 模型，并针对设备推理目的对其进行优化。
- **[运行推理](https://docs.qualcomm.com/doc/80-70014-54Y/topic/run-inference.html)**  

可使用 TensorFlow Lite C++ API 创建应用程序、加载 TensorFlow Lite 模型并使用 delegate 在硬件上执行该模型。

Last Published: Aug 06, 2024

[Previous Topic
QNN delegate](https://docs.qualcomm.com/bundle/publicresource/80-70014-54Y/topics/qnn-delegate.md) [Next Topic
转换 TensorFlow Lite 模型](https://docs.qualcomm.com/bundle/publicresource/80-70014-54Y/topics/convert-tensorflow-lite-models.md)