aclgrphDumpGraph
Description
Dumps the input graph to a text file.
Prototype
graphStatus aclgrphDumpGraph(const ge::Graph &graph, const char_t *file, const size_t len);
Restrictions
None
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
graph |
Input |
Input graph. |
file |
Output |
Output file name. |
len |
Output |
Length of the output file name. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
graphStatus |
GRAPH_SUCCESS(0) on success; else, failure. |
Parent topic: Other APIs