Function: get_data_buffer_size

Applicability

Product

Supported

Atlas 350 Accelerator Card

Atlas A3 training product/Atlas A3 inference product

Atlas A2 training product/Atlas A2 inference product

Atlas training product

Atlas inference product

Atlas 200I/500 A2 inference product

Description

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

This API will be deprecated in future releases. Use acl.get_data_buffer_size_v2 instead.

Prototype

  • C Prototype
    1
    size_t aclGetDataBufferSize(const aclDataBuffer *dataBuffer)
    
  • Python Function
    1
    size = acl.get_data_buffer_size(data_buffer)
    

Parameters

Parameter

Description

data_buffer

Int, pointer address of aclDataBuffer.

Call acl.create_data_buffer to create data of the aclDataBuffer type in advance.

Return Value

Return Value

Description

size

Int, memory size of data of the aclDataBuffer type.