Struct QnnSystemContext_GraphInfoV2_t¶
Defined in File QnnSystemContext.h
Struct Documentation¶
-
struct QnnSystemContext_GraphInfoV2_t¶
Struct that provides information about graphs registered with a context. This is version V2 of the structure.
Public Members
-
const char *graphName¶
Name of graph.
-
uint32_t numGraphInputs¶
Number of input tensors to graph.
-
Qnn_Tensor_t *graphInputs¶
List of input tensors to graph.
-
uint32_t numGraphOutputs¶
Number of output tensors from graph.
-
Qnn_Tensor_t *graphOutputs¶
List of output tensors from graph.
-
uint32_t numUpdateableTensors¶
Number of updatable tensors from graph.
-
Qnn_Tensor_t *updateableTensors¶
List of updatable tensors from graph.
-
const char *graphName¶