Function: destroy_config_handle
C Prototype |
aclError aclmdlDestroyConfigHandle(aclmdlConfigHandle *handle) |
|---|---|
Python Function |
ret = acl.mdl.destroy_config_handle(config_handle) |
Function Usage |
Destroys data of the aclmdlConfigHandle type created by the acl.mdl.create_config_handle call. |
Input Description |
config_handle: int, pointer address of the aclmdlConfigHandle type to be destroyed. |
Return Value |
ret: int, error code.
|
Restrictions |
None |
Parent topic: Model Loading and Execution