acltdtCleanChannel
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
☓ |
|
☓ |
|
√ |
Description
Clears all data in a channel.
Prototype
aclError acltdtCleanChannel(acltdtChannelHandle *handle)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
handle |
Input |
Channel. Call acltdtCreateChannelWithCapacity to create data of the acltdtChannelHandle type in advance. |
Returns
0 on success; else, failure. For details, see aclError.
Parent topic: Tensor Data Transfer