Tensor数据传输接口
TDT(Tensor Data Transfer )用于Host与Device之间传递Tensor数据,比如训练的预处理后数据,比如NN计算时的loss数据。
acltdtCreateChannel
acltdtSendTensor
acltdtReceiveTensor
acltdtStopChannel
acltdtDestroyChannel
acltdtCreateChannelWithCapacity
acltdtQueryChannelSize
父主题:
AscendCL API参考