Function: destroy_desc
C Prototype |
aclError aclmdlDestroyDesc(aclmdlDesc *modelDesc) |
|---|---|
Python Function |
ret = acl.mdl.destroy_desc(model_desc) |
Function Usage |
Destroys data of the aclmdlDesc type created by the acl.mdl.create_desc call. |
Input Description |
model_desc: int, pointer address of aclmdlDesc to be destroyed. |
Return Value |
ret: int, error code.
|
Restrictions |
None |
Parent topic: aclmdlDesc