aclrtDestroyBinary

Applicability

Product

Supported

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas 200I/500 A2 inference products

Atlas inference products

Atlas training products

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.