Function Snpe_TensorShape_GetDimensions¶
Defined in File TensorShape.h
Function Documentation¶
-
const size_t *Snpe_TensorShape_GetDimensions(Snpe_TensorShape_Handle_t tensorShape)¶
Retrieves a pointer to the first dimension of shape
- Parameters
handle – [in] : handle to tensorShape
- Returns
nullptr if no dimension exists; otherwise, points to the first dimension.