GetIOIndexesWithSameAddr
产品支持情况
产品 |
是否支持 |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
头文件/库文件
- 头文件:/include/ge/ge_graph_compile_summary.h
- 库文件:libge_compiler.so
功能说明
获取编译后逻辑地址相同的Graph输入索引和输出索引对。
函数原型
1 | Status GetIOIndexesWithSameAddr(std::vector<std::pair<uint32_t, uint32_t>> &io_indexes) const |
参数说明
参数名 |
输入/输出 |
说明 |
|---|---|---|
io_indexes |
输出 |
输入/输出索引对。 |
返回值说明
参数名 |
类型 |
说明 |
|---|---|---|
- |
Status |
|
约束说明
无
父主题: CompiledGraphSummary