File QnnGpuMem.h

Parent directory (include/QNN/GPU)

A header which defines the QNN GPU specialization of the File QnnMem.h interface.

Definition (include/QNN/GPU/QnnGpuMem.h)

Full File Listing

A header which defines the QNN GPU specialization of the QnnMem.h interface.

Defines

QNN_GPU_MEMINFO_CUSTOM_INIT   {                                                               \     QNN_GPU_MEM_UNDEFINED

, /*memType*/                            \

NULL /* buffer*/                                              \

}


QnnGpu_MemInfoCustom_t initializer macro.

Typedefs

typedef void *QnnGpuMem_Buffer_t

Enums

enum QnnGpu_MemType_t

This enum defines QNN GPU memory type.

Values:

enumerator QNN_GPU_MEM_OPENCL = 0
enumerator QNN_GPU_MEM_UNDEFINED = 0x7FFFFFF
struct QnnGpu_MemInfoCustom_t
#include <QnnGpuMem.h>

A struct which defines the QNN GPU memory preallocated by the client. Objects of this type are to be referenced through Qnn_MemInfoCustom_t.

Public Members

QnnGpu_MemType_t memType
QnnGpuMem_Buffer_t buffer
union QnnGpu_MemInfoCustom_t::[anonymous] [anonymous]