Enum QnnProfile_Error_t

Enum Documentation

enum QnnProfile_Error_t

QNN Profile API result / error codes.

Values:

enumerator QNN_PROFILE_MIN_ERROR = 12000
enumerator QNN_PROFILE_NO_ERROR = 0

Qnn Profile success.

enumerator QNN_PROFILE_ERROR_UNSUPPORTED = QNN_COMMON_ERROR_NOT_SUPPORTED

Backend does not support requested functionality.

enumerator QNN_PROFILE_ERROR_INVALID_ARGUMENT = QNN_COMMON_ERROR_INVALID_ARGUMENT

Invalid function argument.

enumerator QNN_PROFILE_ERROR_MEM_ALLOC = QNN_COMMON_ERROR_MEM_ALLOC

General error relating to memory allocation in Profile API.

enumerator QNN_PROFILE_ERROR_INVALID_HANDLE = 12000 + 0

Invalid/NULL QNN profile handle.

enumerator QNN_PROFILE_ERROR_HANDLE_IN_USE = 12000 + 1

Attempt to free or reconfigure a profile handle that is in-use.

enumerator QNN_PROFILE_ERROR_INCOMPATIBLE_EVENT = 12000 + 2

Event is incompatible with API.

enumerator QNN_PROFILE_MAX_ERROR = 12999
enumerator QNN_PROFILE_ERROR_UNDEFINED = 0x7FFFFFFF