昇腾社区首页
中文
注册

GetProcessPointType

函数功能

获取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,
}; 

异常处理

无。

约束说明

无。