Function: destroy_dataset
Applicability
|
Product |
Supported |
|---|---|
|
Atlas 350 Accelerator Card |
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
|
|
√ |
Function Usage
Destroys data of the aclmdlDataset type created by the acl.mdl.create_dataset call.
Prototype
- C Prototype
1aclError aclmdlDestroyDataset(const aclmdlDataset *dataset)
- Python Function
1ret = acl.mdl.destroy_dataset(dataset)
Parameters
|
Parameter |
Description |
|---|---|
|
dataset |
Int, pointer address of aclmdlDataset to be destroyed. |
Returns
Restrictions
Destruction API: The released or destroyed resources are no longer available after this API is called. You are advised to set the released or destroyed resources to invalid values (for example, 0 or None) after calling this API.