昇腾社区首页
中文
注册

GetProcessPointType

产品支持情况

产品

是否支持

Atlas A2 训练系列产品/Atlas 800I A2 推理产品/A200I A2 Box 异构组件

Atlas 200I/500 A2 推理产品

x

Atlas 推理系列产品

x

Atlas 训练系列产品

x

函数功能

获取ProcessPoint的类型。

函数原型

1
ProcessPointType GetProcessPointType() const

参数说明

返回值

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

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

异常处理

无。

约束说明

无。