GetAllInputs
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/fusion/subgraph_boundary.h>
- Library file: libge_compiler.so
Function Usage
Obtains all boundary inputs corresponding to a SubgraphInput object.
Prototype
1 | std::vector<NodeIo> GetAllInputs() const |
Parameters
None
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
std::vector<NodeIo> |
NodeIo indicates an input index of a node. |
Constraints
None
Parent topic: SubgraphInput