acltdtQueryChannelSize
The
Description
Queries the number of messages in a channel.
Prototype
aclError acltdtQueryChannelSize(const acltdtChannelHandle *handle, size_t *size)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
handle |
Input |
Channel. Call acltdtCreateChannelWithCapacity to create data of the acltdtChannelHandle type in advance. |
size |
Output |
Pointer to the number of messages. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: Tensor Data Transmission