Enum QnnBackend_Error_t¶
Defined in File QnnBackend.h
Enum Documentation¶
-
enum QnnBackend_Error_t
QNN Backend API result / error codes.
Values:
-
enumerator QNN_BACKEND_MIN_ERROR = 4000
-
enumerator QNN_BACKEND_NO_ERROR = 0
Qnn Backend success.
-
enumerator QNN_BACKEND_ERROR_MEM_ALLOC = QNN_COMMON_ERROR_MEM_ALLOC
General error relating to memory allocation in Backend API.
-
enumerator QNN_BACKEND_ERROR_UNSUPPORTED_PLATFORM = QNN_COMMON_ERROR_PLATFORM_NOT_SUPPORTED
Backend attempted to be created on an unsupported platform.
-
enumerator QNN_BACKEND_ERROR_CANNOT_INITIALIZE = 4000 + 0
Backend failed to initialize.
-
enumerator QNN_BACKEND_ERROR_TERMINATE_FAILED = 4000 + 2
Failed to free allocated resources during termination.
-
enumerator QNN_BACKEND_ERROR_NOT_SUPPORTED = 4000 + 3
Backend does not support requested functionality.
-
enumerator QNN_BACKEND_ERROR_INVALID_ARGUMENT = 4000 + 4
Invalid function argument.
-
enumerator QNN_BACKEND_ERROR_OP_PACKAGE_NOT_FOUND = 4000 + 5
Could not find specified op package.
-
enumerator QNN_BACKEND_ERROR_OP_PACKAGE_IF_PROVIDER_NOT_FOUND = 4000 + 6
Could not load interface provider from op package library.
-
enumerator QNN_BACKEND_ERROR_OP_PACKAGE_REGISTRATION_FAILED = 4000 + 7
Failed to register op package.
-
enumerator QNN_BACKEND_ERROR_OP_PACKAGE_UNSUPPORTED_VERSION = 4000 + 8
Backend does not support the op config’s interface version.
-
enumerator QNN_BACKEND_ERROR_OP_PACKAGE_DUPLICATE = 4000 + 9
An Op with the same package name and op name was already registered.
-
enumerator QNN_BACKEND_ERROR_INCONSISTENT_CONFIG = 4000 + 10
Inconsistent backend configuration.
-
enumerator QNN_BACKEND_ERROR_INVALID_HANDLE = 4000 + 11
Invalid backend handle.
-
enumerator QNN_BACKEND_ERROR_INVALID_CONFIG = 4000 + 12
Invalid config.
-
enumerator QNN_BACKEND_MAX_ERROR = 4999
-
enumerator QNN_BACKEND_ERROR_UNDEFINED = 0x7FFFFFFF
-
enumerator QNN_BACKEND_MIN_ERROR = 4000