---
title: 简介
description: "流分配的概要信息。"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/API/ascendgraphapi/atlasgeapi_07_0335.html
sourcePath: /source/zh/canncommercial/900/API/ascendgraphapi/atlasgeapi_07_0335.html
indexId: e9b6cb1c8bb46e456b5707dfb5c1cd36c4d9395798a9ed36c6c491ae9683b84572
---
# 简介

流分配的概要信息。

#### 需要包含的头文件

```
#include <ge/ge_graph_compile_summary.h>
```


#### Public成员函数

```
const std::map<AscendString, AscendString> &ToStreamGraph() const;
const std::map<AscendString, std::vector<LogicalStreamAllocationInfo>> &GetAllLogicalStreamInfos() const;
```
