acltdtReceiveTensor
The
Description
Receives data from the device on the host.
Prototype
aclError acltdtReceiveTensor(const acltdtChannelHandle *handle,
acltdtDataset *dataset,
int32_t timeout)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
handle |
Input |
Channel. Call acltdtCreateChannel or acltdtCreateChannelWithCapacity to create data of the acltdtChannelHandle type in advance. |
dataset |
Output |
Pointer to the data received from the device. |
timeout |
Input |
Wait timeout interval. The options are as follows:
|
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: Tensor Data Transmission