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
1aclmdlExecConfigHandle *aclmdlCreateExecConfigHandle()
- Python Function
1handle = acl.mdl.create_exec_config_handle()
Parameters
None
Returns
Return Value |
Description |
|---|---|
handle |
Int, pointer address of the aclmdlExecConfigHandle type.
|
Parent topic: Model Loading and Unloading