aclrtDestroyBinary
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Destroys the data of the aclrtBinary type created by the aclrtCreateBinary call. The operator is a custom operator developed using the Ascend C language.
Note that only the aclrtBinary data is destroyed. The data memory transferred when the aclrtCreateBinary API is called must be freed by the user in a timely manner. Otherwise, the memory may be abnormal.
Prototype
aclError aclrtDestroyBinary(aclrtBinary binary)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
binary |
Input |
Pointer to data of the aclrtBinary type. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Kernel Loading and Execution