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_UPDATABLE_WEIGHTS = 2

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

enumerator QNN_CONTEXT_SECTION_UPDATABLE_QUANT_PARAMS = 3

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

enumerator QNN_CONTEXT_SECTION_UNDEFINED = 0x7FFFFFFF

Unused, present to ensure 32 bits.