Struct QnnDspGraph_CustomConfig_t

Struct Documentation

struct QnnDspGraph_CustomConfig_t

Structure describing the set of configurations supported by graph. Objects of this type are to be referenced through QnnGraph_CustomConfig_t.

The struct has two fields - option and a union of corresponding config values Based on the option corresponding item in the union can be used to specify config.

Below is the Map between QnnDspGraph_ConfigOption_t and config value

#

Config Option

Configuration Struct/value

1

QNN_DSP_GRAPH_CONFIG_OPTION_OPTIMIZATION

QnnDspGraph_OptimizationOption_t

2

QNN_DSP_GRAPH_CONFIG_OPTION_ENCODING

QnnDspGraph_Encoding_t

3

QNN_DSP_GRAPH_CONFIG_OPTION_PRECISION

Qnn_Precision_t

4

QNN_DSP_GRAPH_CONFIG_OPTION_PRIORITY

Qnn_Priority_t

Public Members

QnnDspGraph_ConfigOption_t option
QnnDspGraph_OptimizationOption_t optimizationOption
QnnDspGraph_Encoding_t encoding
Qnn_Priority_t priority
Qnn_Precision_t precision
union QnnDspGraph_CustomConfig_t::[anonymous] [anonymous]