aclInitCallbackUnRegister

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 aclInitCallbackUnRegister(aclRegisterCallbackType type, aclInitCallbackFunc cbFunc)

Parameters

Parameter

Input/Output

Description

type

Input

Registration type, which is differentiated by function.

cbFunc

Input

Initialization callback function.

The prototype of the callback function is as follows:

typedef aclError (*aclInitCallbackFunc)(const char *configStr, size_t len, void *userData);

Returns

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