acltdtGetBufDataLen
Applicability
Product |
Supported |
|---|---|
x |
|
x |
|
√ |
|
x |
|
x |
Description
Obtains the length of the valid data in the shared buffer.
This API is effective only after acltdtSetBufDataLen is called to set the length of the valid data in the shared buffer. Otherwise, the length obtained by calling this API is 0.
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
buf |
Input |
Pointer to the shared buffer, which must be obtained by calling acltdtAllocBuf or acltdtCopyBufRef. |
len |
Output |
Length of valid data, in bytes. |
Returns
0 on success; else, failure. For details, see aclError.
Restrictions
- For the
Atlas 200I/500 A2 inference products , this API can be used only in theAscend RC .
Parent topic: Shared Buffer Management