Function: create_exec_config_handle
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Creates data of the aclmdlExecConfigHandle type, indicating the pointer address to the configuration object executed by the model.
To destroy data of the aclmdlExecConfigHandle type, call Function: destroy_exec_config_handle.
Prototype
- C Prototype
1aclmdlExecConfigHandle *aclmdlCreateExecConfigHandle()
- Python Function
1handle = acl.mdl.create_exec_config_handle()
Parameter Description
None.
Return Value Description
Return Value |
Description |
|---|---|
handle |
Int, pointer address of the aclmdlExecConfigHandle type.
|
Parent topic: Model Loading and Unloading