Function: create_config_handle
C Prototype |
aclmdlConfigHandle *aclmdlCreateConfigHandle() |
|---|---|
Python Function |
config_handle = acl.mdl.create_config_handle() |
Function Usage |
Creates data of the aclmdlConfigHandle type as a model loading configuration. For details about how to destroy data of the aclmdlConfigHandle type, see acl.mdl.destroy_config_handle. |
Input Description |
None |
Return Value |
config_handle: int, pointer address of the aclmdlConfigHandle type.
|
Restrictions |
None |
Parent topic: Model Loading and Execution