Function QnnBackend_getBuildId¶
Defined in File QnnBackend.h
Function Documentation¶
-
Qnn_ErrorHandle_t QnnBackend_getBuildId(const char **id)¶
Get build id for backend library.
- Parameters
id – [out] Pointer to string containing the build id.
- Returns
Error code:
QNN_SUCCESS: No error encountered
QNN_BACKEND_ERROR_NOT_SUPPORTED: No build ID is available
QNN_BACKEND_ERROR_INVALID_ARGUMENT: if id is NULL
Note
Safe to call any time, backend does not have to be created.
Note
Use corresponding API through QnnInterface_t.