用于封装算子的输出aclTensor和aclTensorList。
OP_OUTPUT(x...)
参数
输入/输出
说明
x...
输入
输出的aclTensor和aclTensorList。
如果算子包含非aclTensor且非aclTensorList的输出参数,需要先调用aclOpExecutor::ConverToTensor将参数转换为aclTensor。
// 封装算子的1个输出参数,addOut OP_OUTPUT(addOut);