Struct QnnHtaGraph_CustomConfig_t

Struct Documentation

struct QnnHtaGraph_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 QnnHtaGraph_ConfigOption_t and config value

#

Config Option

Configuration Struct/value

1

QNN_HTA_GRAPH_CONFIG_OPTION_OPTIMIZATION

QnnHtaGraph_OptimizationOption_t

2

QNN_HTA_GRAPH_CONFIG_OPTION_PRIORITY

Qnn_Priority_t

Public Members

QnnHtaGraph_ConfigOption_t option
QnnHtaGraph_OptimizationOption_t optimizationOption
Qnn_Priority_t priority
union QnnHtaGraph_CustomConfig_t::[anonymous] [anonymous]