Enum QnnContext_SectionType_t

Enum Documentation

enum QnnContext_SectionType_t

Enum to distinguish type of binary section to retrieve.

Values:

enumerator QNN_CONTEXT_SECTION_UPDATABLE = 1

Portion of the context binary containing recent updates applied through QnnTensor_updateGraphTensors() or QnnTensor_updateContextTensors()

enumerator QNN_CONTEXT_SECTION_UNDEFINED = 0x7FFFFFFF

Unused, present to ensure 32 bits.