Enum QnnGpuContext_PerfHint_t

Enum Documentation

enum QnnGpuContext_PerfHint_t

An enum which defines the different GPU performance hint options.

Values:

enumerator QNN_GPU_CONTEXT_PERF_HINT_HIGH = 0

Sets the GPU performance hint to high performance, this is the default.

enumerator QNN_GPU_CONTEXT_PERF_HINT_NORMAL = 1

Sets the GPU performance hint to normal performance.

enumerator QNN_GPU_CONTEXT_PERF_HINT_LOW = 2

Sets the GPU performance hint to low performance.