SetSubgraphInstanceName
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <graph/operator.h>
- Library file: libgraph.so
Function Usage
Sets the name of a subgraph instance.
Prototype
1 | graphStatus SetSubgraphInstanceName(const uint32_t index, const char_t *name); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
index |
Input |
Subgraph index. |
name |
Input |
Name of the subgraph instance. |
Returns
graphStatus type. GRAPH_SUCCESS on success; GRAPH_FAILED on failure.
Exception Handling
None
Constraints
None
Parent topic: Operator