Function Snpe_TensorShape_Assign

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