ge::graphStatus

The graphStatus type is equal to the uint32_t type. Its statuses are described as follows.

Status

Value

Description

ge::GRAPH_SUCCESS

0

The corresponding function is executed successfully.

ge::GRAPH_FAILED

0xFFFFFFFF

The corresponding function fails to be executed.

ge::GRAPH_PARAM_INVALID

50331649

The corresponding function fails to be executed. During the execution, parameter verification also fails.

ge::GRAPH_NOT_CHANGED

1343242304

Error code displayed when the requirements for constant folding are not met.

ge::GRAPH_NODE_WITHOUT_CONST_INPUT

50331648

The input of an operator on the network does not contain const data.