Function: destroy_desc
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Destroys data of the aclmdlDesc type created by the acl.mdl.create_desc call.
Prototype
- C Prototype
1aclError aclmdlDestroyDesc(aclmdlDesc *modelDesc)
- Python Function
1ret = acl.mdl.destroy_desc(model_desc)
Parameters
|
Parameter |
Description |
|---|---|
|
model_desc |
Int, pointer address of aclmdlDesc to be destroyed. |
Parent topic: aclmdlDesc