Struct QnnSystemContext_GraphInfoV1_t

Struct Documentation

struct QnnSystemContext_GraphInfoV1_t

Struct that provides information about graphs registered with a context. This is version V1 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.