AddInput
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/fusion/subgraph_boundary.h>
- Library file: libge_compiler
Function Usage
Adds an input to the boundary of a subgraph.
Prototype
1 | Status AddInput(int64_t index, SubgraphInput input) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
index |
Input |
Input index. |
input |
Input |
Input tensor description. For details, see SubgraphInput. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
Status |
SUCCESS: success. FAILED: failure. |
Constraints
None
Parent topic: SubgraphBoundary