AddOutput
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 output to the boundary of a subgraph.
Prototype
1 | Status AddOutput(int64_t index, SubgraphOutput output) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
index |
Input |
Output index. |
output |
Input |
Output tensor description. For details, see SubgraphOutput. |
Returns
Parameter |
Type |
Description |
|---|---|---|
- |
Status |
SUCCESS: success. FAILED: failure. |
Constraints
None
Parent topic: SubgraphBoundary