Function: destroy_exec_config_handle

Function Usage

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

Prototype

  • C Prototype
    1
    aclError aclmdlDestroyExecConfigHandle(const aclmdlExecConfigHandle *handle)
    
  • Python Function
    1
    ret = acl.mdl.destroy_exec_config_handle(handle)
    

Parameters

Parameter

Description

handle

Int, pointer address of the aclmdlExecConfigHandle data type to be destroyed.

Returns

Return Value

Description

ret

Int, error code. 0 indicates success, and other values indicate failure.