AddInput
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/fusion/subgraph_boundary.h>
- Library file: libge_compiler.so
Function Usage
Adds a boundary input to a SubgraphInput object.
Prototype
1 | Status AddInput(const NodeIo &node_input) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
node_input |
Input |
Node input. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
Status |
SUCCESS: success. FAILED: failure. |
Constraints
None
Parent topic: SubgraphInput