Enum Snpe_ExecutionPriorityHint_t¶
Defined in File DlEnums.h
Enum Documentation¶
-
enum Snpe_ExecutionPriorityHint_t¶
Enumeration of various execution priority hints.
Values:
-
enumerator SNPE_EXECUTION_PRIORITY_NORMAL = 0¶
Usage of the priorities apart from SNPE_EXECUTION_PRIORITY_LOW may be restricted Between Normal Low and Normal High
-
enumerator SNPE_EXECUTION_PRIORITY_HIGH = 1¶
Between Normal High and High Plus.
-
enumerator SNPE_EXECUTION_PRIORITY_LOW = 2¶
Lowest priority.
-
enumerator SNPE_EXECUTION_PRIORITY_NORMAL_HIGH = 3¶
Between Normal and High priority.
-
enumerator SNPE_EXECUTION_PRIORITY_NORMAL_LOW = 4¶
Between Low and Normal.
-
enumerator SNPE_EXECUTION_PRIORITY_HIGH_PLUS = 5¶
Between High and Critical.
-
enumerator SNPE_EXECUTION_PRIORITY_CRITICAL = 6¶
Between High Plus and Critical Plus.
-
enumerator SNPE_EXECUTION_PRIORITY_CRITICAL_PLUS = 7¶
Highest priority.
-
enumerator SNPE_EXECUTION_PRIORITY_NORMAL = 0¶