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.

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

Restrictions

None