---
title: GetProcessPointType
description: "| 产品 | 是否支持 |"
url: https://www.hiascend.com/document/detail/zh/canncommercial/latest/others/dataflowdevg/dfrefc_23_0031.html
sourcePath: /source/zh/canncommercial/900/others/dataflowdevg/dfrefc_23_0031.html
indexId: 6cd8f2585bdfd719862ea61c9d8f63d9ab0b88c27e2810324973e8ae391f17ca69
---
# GetProcessPointType

#### 产品支持情况

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


#### 函数功能

获取ProcessPoint的类型。


#### 函数原型

```
ProcessPointType GetProcessPointType() const
```


#### 参数说明

无


#### 返回值

返回一个ProcessPoint的类型。类型取值如下：

```
enum class ProcessPointType {
FUNCTION = 0,
GRAPH = 1,
INNER = 2,
FLOW_GRAPH = 3,
INVALID = 4,
};
```


#### 异常处理

无。


#### 约束说明

无。
