Struct QnnGpu_OutputClaim_t¶
Defined in File QnnGpuOpPackage.h
Struct Documentation¶
-
struct QnnGpu_OutputClaim_t¶
A QNN GPU struct specifying an output tensor claim. Using the principle of least work, operations must output a memory object type that is most convenient for itself. Only QNN_TENSOR_TYPE_NATIVE tensor types may be claimed.
Public Members
-
uint32_t opConfigIndex¶
Index into the Qnn_OpConfig_t provided in QnnGpuOpPackage_Node_t.
-
uint32_t outputIndex¶
Index into the operation outputs to identify the tensor.
-
const QnnGpu_MemoryObject_t *memoryObject¶
Specification of the claimed memory object.
-
uint32_t opConfigIndex¶