Function: get_data_buffer_addr
C Prototype |
void *aclGetDataBufferAddr(const aclDataBuffer *dataBuffer) |
|---|---|
Python Function |
output = acl.get_data_buffer_addr(data_buffer) |
Function Usage |
Obtains the address object of data of the aclDataBuffer type. |
Input Description |
data_buffer: int, pointer address of aclDataBuffer. Call acl.create_data_buffer to create data of the aclDataBuffer type in advance. |
Return Value |
output: int, pointer address of data of the aclDataBuffer type. |
Restrictions |
None |
Parent topic: Common APIs