aclrtDestroyBinary

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas 200I/500 A2 inference product

Atlas inference product

Atlas training product

Description

Destroys the data of the aclrtBinary type created by the aclrtCreateBinary call. The operator here is a custom operator developed by using Ascend C.

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

1
aclError aclrtDestroyBinary(aclrtBinary binary)

Parameters

Parameter

Input/Output

Description

binary

Input

Pointer to data of the aclrtBinary type.

Returns

0 on success; otherwise, failure. For details, see aclError.