Struct Qnn_ContextBinaryRawDataMem_t

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.