Function: get_data_buffer_addr

Applicability

Product

Supported (√/x)

Atlas A3 training products/Atlas A3 inference products

Atlas A2 training products/Atlas A2 inference products

Atlas training products

Atlas inference products

Atlas 200I/500 A2 inference products

Function Usage

Obtains address of data of the aclDataBuffer type.

Prototype

  • C Prototype
    1
    void *aclGetDataBufferAddr(const aclDataBuffer *dataBuffer)
    
  • Python Function
    1
    output = acl.get_data_buffer_addr(data_buffer)
    

Parameter Description

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 Description

Return Value

Description

output

Int, pointer address of data of the aclDataBuffer type.