Function Snpe_ErrorCode_enumToUInt32¶
Defined in File DlError.h
Function Documentation¶
-
uint32_t Snpe_ErrorCode_enumToUInt32(Snpe_ErrorCode_t code)¶
Returns the uint32_t representation of the error code enum.
- Parameters
code – [in] The error code to be converted.
- Returns
uint32_t representation of the error code.