Struct QnnSystemContext_GraphInfoV3_t¶
Defined in File QnnSystemContext.h
Struct Documentation¶
-
struct QnnSystemContext_GraphInfoV3_t¶
Struct that provides information about graphs registered with a context. This is version V3 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.
-
uint32_t graphBlobInfoSize¶
Size of graph info blob stored in the context binary, in bytes.
-
void *graphBlobInfo¶
Graph Info blob. Needs to be interpreted based on backend-specific instructions.
-
uint32_t startOpIndex¶
start Op Index of a graph
-
uint32_t endOpIndex¶
end Op Index of a graph
-
const char *graphName¶