Struct QnnAipGraph_CustomConfig_t

Struct Documentation

struct QnnAipGraph_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 QnnAipGraph_ConfigOption_t and config value

#

Config Option

Configuration Struct/value

1

QNN_AIP_GRAPH_CONFIG_OPTION_OPTIMIZATION

QnnAipGraph_OptimizationOption_t

2

QNN_AIP_GRAPH_CONFIG_OPTION_ENCODING

QnnAipGraph_Encoding_t

3

QNN_AIP_GRAPH_CONFIG_OPTION_PRECISION

Qnn_Precision_t

4

QNN_AIP_GRAPH_CONFIG_OPTION_PRIORITY

Qnn_Priority_t

Public Members

QnnAipGraph_ConfigOption_t option
QnnAipGraph_OptimizationOption_t optimizationOption
QnnAipGraph_Encoding_t encoding
Qnn_Priority_t priority
Qnn_Precision_t precision
union QnnAipGraph_CustomConfig_t::[anonymous] [anonymous]