SubgraphOutput Constructor and Destructor
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/fusion/subgraph_boundary.h>
- Library file: libge_compiler.so
Function Usage
Constructs and destructs an object of class SubgraphOutput.
Prototype
1 2 3 4 5 6 | SubgraphOutput() explicit SubgraphOutput(const NodeIo &node_output) ~SubgraphOutput() SubgraphOutput(const SubgraphOutput &other) noexcept SubgraphOutput &operator=(SubgraphOutput &&other) noexcept SubgraphOutput &operator=(const SubgraphOutput &other) noexcept |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
node_output |
Input |
Node output. |
Returns
None
Constraints
None
Parent topic: SubgraphOutput