Function Snpe_TensorShape_Assign¶
Defined in File TensorShape.h
Function Documentation¶
-
Snpe_ErrorCode_t Snpe_TensorShape_Assign(Snpe_TensorShape_Handle_t srcHandle, Snpe_TensorShape_Handle_t dstHandle)¶
Copy-assigns the contents of srcHandle into dstHandle
- Parameters
srcHandle – Source TensorShape handle
dstHandle – Destination TensorShape handle
- Returns
SNPE_SUCCESS on successful copy-assignment