Enum QnnSystemProfile_Error_t¶
Defined in File QnnSystemProfile.h
Enum Documentation¶
-
enum QnnSystemProfile_Error_t¶
QNN System Profile API result / error codes.
Values:
-
enumerator QNN_SYSTEM_PROFILE_NO_ERROR = QNN_SYSTEM_COMMON_NO_ERROR¶
Qnn System Profile success.
-
enumerator QNN_SYSTEM_PROFILE_ERROR_UNSUPPORTED_FEATURE = QNN_SYSTEM_COMMON_ERROR_UNSUPPORTED_FEATURE¶
Qnn System Profile API is not supported yet.
-
enumerator QNN_SYSTEM_PROFILE_ERROR_INVALID_HANDLE = QNN_SYSTEM_COMMON_ERROR_INVALID_HANDLE¶
QNN System Profile invalid handle.
-
enumerator QNN_SYSTEM_PROFILE_ERROR_INVALID_ARGUMENT = QNN_SYSTEM_COMMON_ERROR_INVALID_ARGUMENT¶
One or more arguments to a System Profile API is/are NULL/invalid.
-
enumerator QNN_SYSTEM_PROFILE_ERROR_MEM_ALLOC = 30000 + 1000 + 0¶
QNN System Profile Specific Errors.
QNN System Profile writer could not allocate memory properly
-
enumerator QNN_SYSTEM_PROFILE_NO_ERROR = QNN_SYSTEM_COMMON_NO_ERROR¶