EsDestroyGraphBuilder
产品支持情况
产品 |
是否支持 |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
头文件/库文件
- 头文件:#include <ge/esb_funcs.h>
- 库文件:libeager_style_graph_builder_base.so、libeager_style_graph_builder_base_static.a
功能说明
释放图构建器资源。
函数原型
1 | void EsDestroyGraphBuilder(EsCGraphBuilder *graph) |
参数说明
参数名 |
输入/输出 |
说明 |
|---|---|---|
graph |
输入 |
传入图构建器。 |
约束说明
无
调用示例
1 2 3 4 5 | // 创建图构建器(EsCGraphBuilder) EsCGraphBuilder *builder = EsCreateGraphBuilder("graph_name"); // 省略构图代码... // 释放builder及其管理的过程资源 EsDestroyGraphBuilder(builder); |
父主题: ES接口