Union Qnn_TensorV1_t::unnamed¶
Defined in File QnnTypes.h
Nested Relationships¶
This union is a nested type of Struct Qnn_TensorV1_t.
Union Documentation¶
-
union unnamed¶
- #include <QnnTypes.h>
Actual data contained in the tensor.
Public Members
-
Qnn_ClientBuffer_t clientBuf¶
Tensor data provided by client as a pointer to raw memory (see QNN_TENSORMEMTYPE_RAW).
-
Qnn_MemHandle_t memHandle¶
Tensor data shared via a memory handle (see QNN_TENSORMEMTYPE_MEMHANDLE).
-
Qnn_ClientBuffer_t clientBuf¶