acltdtDestroyChannel
The
Description
Destroys data of the acltdtChannelHandle type created by the acltdtCreateChannel or acltdtCreateChannelWithCapacity call.
Prototype
aclError acltdtDestroyChannel(acltdtChannelHandle *handle)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
handle |
Input |
Pointer to data of the acltdtChannelHandle type. |
Returns
The value 0 indicates success, and other values indicate failure. For details, see aclError.
Parent topic: Tensor Data Transmission