---
title: --enable_single_stream
description: "| 产品 | 是否支持 |"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/devaids/aoe/aoepar_16_036.html
sourcePath: /source/zh/canncommercial/900/devaids/aoe/aoepar_16_036.html
indexId: a539eae9f8e240d853f8ebc8727c30cdfbf56ee30565a8507c683b150ba4579760
---
# --enable_single_stream

#### 产品支持情况

| 产品 | 是否支持 |
| --- | --- |
| Atlas A3 训练系列产品 / Atlas A3 推理系列产品 | √ |
| Atlas A2 训练系列产品 / Atlas A2 推理系列产品 | √ |
| Atlas 200I/500 A2 推理产品 | x |
| Atlas 推理系列产品 | x |
| Atlas 训练系列产品 | √ |


#### 功能说明

静态shape场景下，是否使能模型推理顺序单流串行执行。

其中，流（Stream）用于维护一些异步操作的执行顺序，确保按照应用程序中的代码调用顺序在Device上执行。


#### 关联参数

无。


#### 参数取值

参数值：

- true：表示使能。
- false：表示关闭。

参数默认值：false


#### 推荐配置及收益

无。


#### 示例

```
--enable_single_stream=true
```


#### 依赖约束

无。
