Function Snpe_DlVersion_ToString¶
Defined in File DlVersion.h
Function Documentation¶
-
const char *Snpe_DlVersion_ToString(Snpe_DlVersion_Handle_t handle)¶
Returns a string in the form Major.Minor.Teeny.Build.
- Parameters
handle – [in] : Handle to access DlVersion
- Returns
A formatted char* holding the version information.
Note
the returned string will be invalidated by subsequent calls to this function