Typedef Qnn_NotifyFn_t

Typedef Documentation

typedef void (*Qnn_NotifyFn_t)(void *notifyParam, Qnn_NotifyStatus_t notifyStatus)

A client-defined callback function. It is not guaranteed that a spot in the execution queue is free once this callback is called. i.e. it cannot be inferred that once a callback is received, the next call to QnnGraph_executeAsync() will not block due to the queue being full.

Param notifyParam

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

Param notifyStatus

[in] Execution status associate with callback.

Return

None