# AI/ML 开发者工作流程

Source: [https://docs.qualcomm.com/doc/80-70014-15BY/topic/aiml-developer-workflow.html](https://docs.qualcomm.com/doc/80-70014-15BY/topic/aiml-developer-workflow.html)

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<!-- Generated by Microsoft Visio, SVG Export ai-developer-workflow.svg ai-ml-developer-workflow -->
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events" width="14.6082in" height="1.51042in" viewbox="0 0 1051.79 108.75" xml:space="preserve" color-interpolation-filters="sRGB" class="st6 svg-1"><style>.svg-1 .st1 { fill: #2a2aea; stroke: #2a2aea; stroke-linecap: round; stroke-linejoin: round; stroke-width: 0.75 }
.svg-1 .st2 { fill: #ffffff; font-family: Roboto; font-size: 1.16666em; font-weight: bold }
.svg-1 .st3 { font-size: 1em }
.svg-1 .st4 { marker-end: url("#1-mrkr13-24"); stroke: #7030a0; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5 }
.svg-1 .st5 { fill: #7030a0; fill-opacity: 1; stroke: #7030a0; stroke-opacity: 1; stroke-width: 0.37313432835821 }
.svg-1 .st6 { fill: none; fill-rule: evenodd; font-size: 12px; overflow: visible; stroke-linecap: square; stroke-miterlimit: 3 }</style>
<defs id="Markers">	<g id="lend13">		<path d="M 3 1 L 0 0 L 3 -1 L 3 1 " style="stroke:none"></path>	</g>	<marker id="1-mrkr13-24" class="st5" refx="-8.04" orient="auto" markerunits="strokeWidth" overflow="visible">		<use xlink:href="#lend13" transform="scale(-2.68,-2.68) "></use>	</marker></defs><g>	<title>ai-ml-developer-workflow</title>	<g id="shape27-1" transform="translate(18.375,-18.375)">		<title>Sheet.27</title>		<desc>Pretrained model</desc>		<rect x="0" y="36.75" width="151.038" height="72" rx="36" ry="36" class="st1"></rect>		<text x="21.15" y="76.95" class="st2">预训练模型</text>		</g>	<g id="shape28-4" transform="translate(234.375,-18.375)">		<title>Sheet.28</title>		<desc>Compile and optimize model</desc>		<rect x="0" y="36.75" width="151.038" height="72" rx="4.5" ry="4.5" class="st1"></rect>		<text x="36.12" y="68.55" class="st2">编译并优化模型<tspan x="25.05" dy="1.2em" class="st3"> </tspan></text>		</g>	<g id="shape29-8" transform="translate(450.375,-18.375)">		<title>Sheet.29</title>		<desc>Optimized model</desc>		<rect x="0" y="36.75" width="151.038" height="72" rx="36" ry="36" class="st1"></rect>		<text x="43.32" y="68.55" class="st2">优化后的<tspan x="55.92" dy="1.2em" class="st3">模型</tspan></text>		</g>	<g id="shape30-12" transform="translate(666.375,-18.375)">		<title>Sheet.30</title>		<desc>Build/customize AI/ML application</desc>		<rect x="0" y="36.75" width="151.038" height="72" rx="4.5" ry="4.5" class="st1"></rect>		<text x="24.11" y="68.55" class="st2">编译/定制<tspan x="19.64" dy="1.2em" class="st3">AI/ML 应用程序</tspan></text>		</g>	<g id="shape31-16" transform="translate(882.375,-18.375)">		<title>Sheet.31</title>		<desc>Deploy</desc>		<rect x="0" y="36.75" width="151.038" height="72" rx="36" ry="36" class="st1"></rect>		<text x="53.92" y="76.95" class="st2">部署</text>		</g>	<g id="shape32-19" transform="translate(169.386,-52.9811)">		<title>Sheet.32</title>		<path d="M0 108.75 L52.93 108.75" class="st4"></path>	</g>	<g id="shape33-25" transform="translate(385.413,-54)">		<title>Sheet.33</title>		<path d="M0 108.75 L53.01 108.75" class="st4"></path>	</g>	<g id="shape34-30" transform="translate(601.411,-54.0263)">		<title>Sheet.34</title>		<path d="M0 108.75 L52.9 108.75" class="st4"></path>	</g>	<g id="shape35-35" transform="translate(817.413,-54)">		<title>Sheet.35</title>		<path d="M0 108.75 L52.91 108.75" class="st4"></path>	</g></g>
</svg>

加入我们来观看本次培训课程，该培训重点介绍Qualcomm Linux AI 开发者工作流程。  

专为物联网领域的开发者和专业人士量身定制的，满足您对提高部署设备上 AI 解决方案的理解和技能。

<iframe width="640" height="400" src="https://players.brightcove.net/1414329538001/4JiZQnWhg_default/index.html?videoId=6357317318112" allowfullscreen="" allow="encrypted-media"></iframe>

Qualcomm Linux 中的 AI/ML 开发者工作流程主要分为两个步骤：

| 步骤 1<br><br><br>                            <br>编译并优化模型 | <ul class="ul"><br>                                <li class="li">编译并优化来自第三方 AI 框架的模型，以便在 Qualcomm 硬件上高效运行。例如，可以将 TensorFlow 模型导出为 TFLite 模型。</li><br><br>                                <li class="li">或者，使用硬件特定的定制对性能和精确度进行量化和微调。</li><br><br>                            </ul> |
| --- | --- |
| 步骤 2：<br><br><br>                            <br>编译应用程序，使用优化后的模型运行设备推理 | <ul class="ul"><br>                                <li class="li">将 AI 模型集成到用例 pipeline 中。</li><br><br>                                <li class="li">交叉编译应用程序，用以生成使用依赖库的可执行二进制文件。</li><br><br>                            </ul> |

Last Published: Jan 26, 2026

[Next Topic
概述](https://docs.qualcomm.com/bundle/publicresource/80-70014-15BY/topics/offering.md)