Function: get_data_buffer_size_v2
Applicability
Product |
Supported (√/x) |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Function Usage
Obtains the memory size of data of the aclDataBuffer type, in bytes.
Prototype
- C Prototype
1size_t aclGetDataBufferSizeV2(const aclDataBuffer *dataBuffer)
- Python Function
1size = acl.get_data_buffer_size_v2(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 |
|---|---|
size |
Int, memory size of data of the aclDataBuffer type. |
Parent topic: aclmdlDataBuffer