函数:destroy_data_buffer
C函数原型 |
aclError aclDestroyDataBuffer(const aclDataBuffer *dataBuffer) |
---|---|
Python函数 |
ret = acl.destroy_data_buffer(data_buffer) |
函数功能 |
销毁aclDataBuffer类型的数据。 此处仅销毁aclDataBuffer类型的数据,调用acl.create_data_buffer接口创建aclDataBuffer类型数据时传入的data的内存需由用户自行释放。 |
输入说明 |
data_buffer:int,表述aclDataBuffer的指针地址。 |
返回值说明 |
ret:int,错误码。
|
约束说明 |
无 |
注意事项 |
无 |
父主题: 公共接口