GetAllNodes
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 all GNodes in the current logical stream.
Prototype
1 | const std::vector<GNode> &GetAllNodes() const |
Parameters
None
Returns
GNode vector.
Constraints
None
Parent topic: LogicalStreamAllocationInfo