Typedef QnnContext_createFromBinaryNotifyFn_t

Typedef Documentation

typedef void (*QnnContext_createFromBinaryNotifyFn_t)(Qnn_ContextHandle_t context, Qnn_GraphHandle_t graph, const char *graphName, QnnContext_createFromBinaryAsyncNotifyType_t notifyType, void *notifyParam, Qnn_ErrorHandle_t status)

A client-defined callback function.

Param context

[in] handle to a created context

Param graph

[in] handle to a created graph

Param graphName

[in] created graph’s name

Param notifyType

[in] enum type indicating whether a context or a graph init is complete

Param notifyParam

[in] Client supplied data object which may be used to identify which function this callback applies to.

Param status

[in] graph or context initialization result

Return

None