Function: get_data_buffer_addr
Applicability
Product |
Supported |
|---|---|
Atlas 350 Accelerator Card |
√ |
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Obtains the address object of data of the aclDataBuffer type.
Prototype
- C Prototype
1void *aclGetDataBufferAddr(const aclDataBuffer *dataBuffer)
- Python Function
1output = acl.get_data_buffer_addr(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 |
|---|---|
output |
Int, pointer address of data of the aclDataBuffer type. |
Parent topic: aclDataBuffer