aclGetDataBufferAddr
Description
Obtains memory address of data of the aclDataBuffer type.
Prototype
void *aclGetDataBufferAddr(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 address of data of the aclDataBuffer type.
Parent topic: aclDataBuffer