aclFinalizeCallbackUnRegister

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

Deregisters the callback function if there is no need to call the callback function.

Prototype

aclError aclFinalizeCallbackUnRegister(aclRegisterCallbackType type, aclFinalizeCallbackFunc cbFunc)

Parameters

Parameter

Input/Output

Description

type

Input

Registration type, which is differentiated by function.

cbFunc

Input

Deinitialization callback function.

Callback function definition:

typedef aclError (*aclFinalizeCallbackFunc)(void *userData);

Returns

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