Union Qnn_TensorV2_t::unnamed

Nested Relationships

This union is a nested type of Struct Qnn_TensorV2_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_TensorRetrieveRaw_t *retrieveRaw

Tensor data provided by client as a raw pointer retrieved through a callback (QNN_TENSORMEMTYPE_RETRIEVE_RAW)