SubgraphBoundary Constructor and Destructor
Applicability
Product |
Supported or Not |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Header File/Library File
- Header file: #include <ge/fusion/subgraph_boundary.h>
- Library file: libge_compiler
Function Usage
Constructs and destructs an object of class SubgraphBoundary.
Prototype
1 2 3 4 5 6 | SubgraphBoundary() SubgraphBoundary(std::vector<SubgraphInput> inputs, std::vector<SubgraphOutput> outputs) ~SubgraphBoundary() SubgraphBoundary(const SubgraphBoundary &other) noexcept SubgraphBoundary &operator=(SubgraphBoundary &&other) noexcept SubgraphBoundary &operator=(const SubgraphBoundary &other) noexcept |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
inputs |
Input |
All inputs of the subgraph boundary. |
outputs |
Output |
All outputs of the subgraph boundary. |
Returns
None
Constraints
None
Parent topic: SubgraphBoundary