acltdtSendTensor
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
☓ |
|
☓ |
|
√ |
Description
Sends preprocessed data from 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
0 on success; else, failure. For details, see aclError.