---
title: 多模型串联推理
description: "多模型推理的基本流程与单模型类似，请参见静态Shape输入模型推理。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/programug/acldevg/aclcppdevg_000034.html
sourcePath: /source/zh/canncommercial/900/programug/acldevg/aclcppdevg_000034.html
indexId: d0f9b5d23b6f13a64adb99f45214a5eee505993c05387b808d42002f8234506870
---
# 多模型串联推理

多模型推理的基本流程与单模型类似，请参见静态Shape输入模型推理。

多模型推理与单模型推理在acl接口使用上的不同点如下：

- 关于模型加载，如果涉及多个模型，需调用多次模型加载接口。模型加载请参见  模型加载
。
- 关于模型执行，如果涉及多个模型，需调用多次模型执行接口。模型执行请参见  模型执行
。
