Enum QnnGpuBackend_ConfigOption_t

Enum Documentation

enum QnnGpuBackend_ConfigOption_t

This enum defines QNN GPU custom Backend config options.

Values:

enumerator QNN_GPU_BACKEND_CONFIG_OPTION_ENABLE_TUNING_MODE = 0

If non-zero, tuning mode will be enabled.

enumerator QNN_GPU_BACKEND_CONFIG_OPTION_PERFORMANCE_CACHE_DIR = 1

The Performance cache directory. Must be non-null.

enumerator QNN_GPU_BACKEND_CONFIG_OPTION_INVALIDATE_PERFORMANCE_CACHE = 2

If non-zero, the performance cache will be ignored when initializing.

enumerator QNN_GPU_BACKEND_CONFIG_OPTION_WEIGHT_SHARING_ENABLED = 3

If non-zero, weight sharing is disabled.

enumerator QNN_GPU_BACKEND_CONFIG_OPTION_UNDEFINED = 0x7FFFFFFF

Unused, present to ensure 32 bits.