SetReuseInputIndex
Description
Specifies the index of the input TensorDesc whose memory needs to be reused by the operator output TensorDesc.
Prototype
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
Restrictions
None
Parent topic: TensorDesc