Updated on 2022-03-13 GMT+08:00

GetAllOpName

Function Prototype

graphStatus GetAllOpName(std::vector<string>& opName) const ;

Function Description

Returns the names of all operators in a graph.

Parameter Description

Parameter

Input/Output

Type

Description

opName

Output

std::vector<string>&

Returns the names of all operators in a graph.

Return Value

Parameter

Type

Description

-

graphStatus

GRAPH_SUCCESS: success

GRAPH_FAILED: failure

Exception Handling

None

Restriction

None