acltdtSendTensor
The
Description
Sends preprocessed datafrom the host to the device.
Prototype
aclError acltdtSendTensor(const acltdtChannelHandle *handle,
const 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 |
Input |
Pointer to the data sent to 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