SetReuseInputIndex

Function Usage

Specifies the index of the input TensorDesc whose memory needs to be reused by the operator output TensorDesc.

Prototype

1
void SetReuseInputIndex(const uint32_t idx)

Parameters

Parameter

Input/Output

Description

idx

Input

Index of the input TensorDesc whose memory needs to be reused.

Returns

None

Exception Handling

None

Constraints

None