Struct Qnn_ContextBinaryRawDataMem_t¶
Defined in File QnnContext.h
Struct Documentation¶
-
struct Qnn_ContextBinaryRawDataMem_t¶
Structure to manage the raw buffer to be released. This structure is used in the Qnn_ContextBinaryRawDataReleaseFn_t interface.
Public Members
-
void *memPtr¶
Pointer to the raw buffer to be released.
-
Qnn_ContextBinarySize_t memSize¶
Size of the raw buffer to be released.
-
void *memPtr¶