Function: destroy_exec_config_handle

C Prototype

aclError aclmdlDestroyExecConfigHandle(const aclmdlExecConfigHandle *handle)

Python Function

ret = acl.mdl.destroy_exec_config_handle(handle)

Function Usage

Destroys data of the aclmdlExecConfigHandle type created by the acl.mdl.create_exec_config_handle call.

Input Description

handle: int, pointer address of the aclmdlExecConfigHandle data type to be destroyed.

Return Value

ret: int, error code.