Enum QnnDspPerfInfrastructure_MemoryConfigOption_t¶
Defined in File QnnDspPerfInfrastructure.h
Enum Documentation¶
-
enum QnnDspPerfInfrastructure_MemoryConfigOption_t¶
This enum defines all the possible performance options in Dsp Performance Infrastructure that relate to system memory settings.
Values:
-
enumerator QNN_DSP_PERF_INFRASTRUCTURE_MEMORY_CONFIGOPTION_GROW_SIZE = 1¶
sets memory grow size
-
enumerator QNN_DSP_PERF_INFRASTRUCTURE_MEMORY_CONFIGOPTION_VTCM_SIZE = 2¶
set the size of VTCM configuration (in MB) to use This setting is applicable only for off target usage. For on-target usage, refer QNN_DSP_PERF_INFRASTRUCTURE_MEMORY_CONFIGOPTION_VTCM_USAGE_FACTOR
-
enumerator QNN_DSP_PERF_INFRASTRUCTURE_MEMORY_CONFIGOPTION_VTCM_USAGE_FACTOR = 3¶
set the vtcm usage factor on-target
-
enumerator QNN_DSP_PERF_INFRASTRUCTURE_MEMORY_CONFIGOPTION_UNKNOWN = 0x7fffffff¶
UNKNOWN config option that must not be used.
-
enumerator QNN_DSP_PERF_INFRASTRUCTURE_MEMORY_CONFIGOPTION_GROW_SIZE = 1¶