GetProcessPointType

Applicability

Product

Supported

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

x

Atlas inference product

x

Atlas training product

x

Function Description

Obtains the type of ProcessPoint.

Prototype

1
ProcessPointType GetProcessPointType() const

Parameters

None

Returns

Type of ProcessPoint. The type values are as follows:

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

Exception Handling

None

Constraints

None