Union QnnContext_BufferV1_t::unnamed¶
Defined in File QnnContext.h
Nested Relationships¶
This union is a nested type of Struct QnnContext_BufferV1_t.
Union Documentation¶
-
union unnamed¶
- #include <QnnContext.h>
Actual data contained in the context binary.
Public Members
-
Qnn_BinaryBuffer_t binaryBuf¶
Context binary data provided by client as a pointer to raw memory (see QNN_CONTEXTMEMTYPE_RAW).
-
Qnn_MemHandle_t memHandle¶
Context binary data shared via a memory handle (see QNN_CONTEXTMEMTYPE_MEMHANDLE).
-
Qnn_BinaryBuffer_t binaryBuf¶