aclGetDataBufferSizeV2

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

Obtains the memory size of data of the aclDataBuffer type, in bytes.

Prototype

size_t aclGetDataBufferSizeV2(const aclDataBuffer *dataBuffer)

Parameters

Parameter

Input/Output

Description

dataBuffer

Input

Pointer to data of the aclDataBuffer type.

Call aclCreateDataBuffer to create data of the aclDataBuffer type in advance.

Returns

Memory size of data of the aclDataBuffer type.