Enum QnnHtpGraph_ConcurrencyOption_t

Enum Documentation

enum QnnHtpGraph_ConcurrencyOption_t

This enum defines whether graph concurrency (i.e. multiple graphs running concurrently) is possible, and how to behave when circumstances for concurrency aren’t possible.

Values:

enumerator QNN_HTP_GRAPH_CONCURRENCY_OPTION_NONE = 0

This graph will not be able to run concurrently with other graphs.

enumerator QNN_HTP_GRAPH_CONCURRENCY_OPTION_DEFAULT = QNN_HTP_GRAPH_CONCURRENCY_OPTION_NONE
enumerator QNN_HTP_GRAPH_CONCURRENCY_OPTION_ALL_SHARED = 1

Graph will try to run concurrently, sharing all resources on the DSP (VTCM, HMX, HVX, etc).

enumerator QNN_HTP_GRAPH_CONCURRENCY_OPTION_UNKNOWN = 0x7fffffff