aclgrphDumpGraph
Applicability
|
Product |
Supported or Not |
|---|---|
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Header File/Library File
- Header file: #include <ge/ge_ir_build.h>
- Library file: libge_compiler.so
Function Usage
Dumps the input graph to a text file.
Prototype
1
|
graphStatus aclgrphDumpGraph(const ge::Graph &graph, const char_t *file, const size_t len) |
Parameters
|
Parameter |
Input/Output |
Description |
|---|---|---|
|
graph |
Input |
Input graph. |
|
file |
Output |
Output file name. |
|
len |
Output |
Length of the output file name. |
Returns
Restrictions
None
Parent topic: aclgrph APIs