SetReuseInputIndex

函数功能

设置算子输出TensorDesc复用内存的输入TensorDesc的序号。

函数原型

1
void SetReuseInputIndex(const uint32_t idx)

参数说明

参数名

输入/输出

描述

idx

输入

需要复用内存的输入TensorDesc的序号。

返回值

无。

异常处理

无。

约束说明

无。