SubgraphOutput构造函数和析构函数
产品支持情况
产品 |
是否支持 |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
头文件/库文件
- 头文件:#include <ge/fusion/subgraph_boundary.h>
- 库文件:libge_compiler.so
功能说明
SubgraphOutput构造函数和析构函数。
函数原型
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 |
参数说明
参数名 |
输入/输出 |
说明 |
|---|---|---|
node_output |
输入 |
节点输出。 |
返回值说明
无
约束说明
无
父主题: SubgraphOutput