Struct Qnn_OpConfigV1_t¶
Defined in File QnnTypes.h
Struct Documentation¶
-
struct Qnn_OpConfigV1_t¶
This struct defines the configuration for a single operation.
Public Members
-
const char *name¶
A human-readable name for the operation instance.
-
const char *packageName¶
The name of the operation package to which this operation’s type belongs.
-
const char *typeName¶
The name of operation type (e.g. Conv2D).
-
uint32_t numOfParams¶
The number of static parameters provided in the params array.
-
Qnn_Param_t *params¶
Array of operation parameters.
-
uint32_t numOfInputs¶
The number of input tensors.
-
Qnn_Tensor_t *inputTensors¶
Array of input tensors.
-
uint32_t numOfOutputs¶
The number of output tensors.
-
Qnn_Tensor_t *outputTensors¶
Array of output tensors.
-
const char *name¶