Typedef Qnn_SignalHandle_t

Typedef Documentation

typedef Qnn_Handle_t Qnn_SignalHandle_t

An opaque control object which may be used to control the execution behavior of various QNN functions. A signal object may only be used by one call at a time; if the same signal object is supplied to a second call before the first has terminated, the second call will immediately fail with an error. When the call using a signal returns gracefully, the signal object is made available again.