Struct Qnn_TensorSetV1_t¶
Defined in File QnnTypes.h
Struct Documentation¶
-
struct Qnn_TensorSetV1_t¶
A struct which describes the properties of a V1 set of input and output tensors.
Public Members
-
uint32_t numInputs¶
The number of input tensors.
-
Qnn_Tensor_t *inputs¶
Array of input tensors.
-
uint32_t numOutputs¶
The number of output tensors.
-
Qnn_Tensor_t *outputs¶
Array of output tensors.
-
uint32_t numInputs¶