Define QNN_SYSTEM_CONTEXT_BINARY_INFO_V3_INIT

Define Documentation

QNN_SYSTEM_CONTEXT_BINARY_INFO_V3_INIT

{                                                  \

0,                  /* backendId */              \

NULL,               /* buildId */                \

QNN_VERSION_INIT,   /* coreApiVersion */         \     QNN_VERSION_INIT

,   /* backendApiVersion */      \

NULL,               /* socVersion */             \

QNN_VERSION_INIT

,   /* contextBlobVersion */     \

0,                  /* contextBlobSize */        \

0,                  /* numContextTensors */      \

NULL,               /* contextTensors */         \

0,                  /* numGraphs */              \

NULL,               /* graphs */                 \

NULL,               /* platformInfo */           \

0,                  /* contextMetadataSize */    \

NULL,               /* contextMetadata */        \

0                   /* socModel */               \

}


QnnSystemContext_BinaryInfoV3_t initializer macro.