Function: create_exec_config_handle

Function Usage

Creates data of the aclmdlExecConfigHandle type, indicating the pointer address to the configuration object executed by the model.

For details about how to destroy data of the aclmdlExecConfigHandle type, see Function: destroy_exec_config_handle.

Prototype

  • C Prototype
    1
    aclmdlExecConfigHandle *aclmdlCreateExecConfigHandle()
    
  • Python Function
    1
    handle = acl.mdl.create_exec_config_handle()
    

Parameters

None

Returns

Return Value

Description

handle

Int, pointer address of the aclmdlExecConfigHandle type.

  • If a non-zero value is returned, the operation is successful.
  • If 0 is returned, the operation fails.