AsyncGetTensorC

功能说明

获取Iterate接口异步计算的结果矩阵。该接口功能已被GetTensorC覆盖,建议直接使用GetTensorC异步接口。

函数原型

1
__aicore__ inline void AsyncGetTensorC(const LocalTensor<DstT>& c)

参数说明

表1 参数说明

参数名

输入/输出

描述

c

输出

结果矩阵

返回值

支持的型号

Atlas A2 训练系列产品/Atlas 800I A2 推理产品/A200I A2 Box 异构组件

约束说明

模板参数enableMixDualMaster(默认取值为false)设置为true,即使能MixDualMaster(双主模式)场景时,不支持使用该接口。