Function Snpe_TensorShape_Concatenate¶
Defined in File TensorShape.h
Function Documentation¶
-
void Snpe_TensorShape_Concatenate(Snpe_TensorShape_Handle_t tensorShape, const size_t *dims, size_t size)¶
Concatenates additional dimensions specified in the array to the existing dimensions.
- Parameters
handle – [in] : handle to tensorShape
dims – [in] The dimensions are specified in which the last element of the vector represents the fastest varying dimension and the zeroth element represents the slowest varying, etc.
size – [in] Size of the array.