ToStreamGraph
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/ge_graph_compile_summary.h>
- Library file: libge_compiler.so
Function Usage
Obtains the AscendString-type stream graphs of the root graph and subgraphs. The graphs are in DOT format.
Prototype
1 | const std::map<AscendString, AscendString> &ToStreamGraph() const |
Parameters
None
Returns
Key-value map. The key is the graph name, and the value is the stream graph in DOT format.
Constraints
None
Parent topic: StreamAllocationSummary