函数:destroy_handle
产品支持情况
产品 |
是否支持 |
---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
功能说明
销毁一个执行算子的handle。
函数原型
- C函数原型
1
void aclopDestroyHandle(aclopHandle *handle)
- python函数
1
acl.op.destroy_handle(handle)
参数说明
参数名 |
说明 |
---|---|
handle |
int,待销毁的acl的算子Handle的指针地址。 |
返回值说明
无
父主题: aclopHandle