Struct Qnn_ContextBinaryRawDataResponse_t¶
Defined in File QnnContext.h
Struct Documentation¶
-
struct Qnn_ContextBinaryRawDataResponse_t¶
This structure defines the response to a context binary data request for raw buffer callback.
Public Members
-
void *memPtr¶
Pointer to the requested raw buffer.
-
Qnn_ContextBinarySize_t dataStartOffset¶
Actual offset of the requested data relative to the start of the external buffer.
-
Qnn_ContextBinarySize_t alignedSize¶
Aligned size of the requested data.
-
void *memPtr¶