Edge AI Add-on API 2.2.0
Loading...
Searching...
No Matches

◆ nrf_axon_queue_not_empty()

bool nrf_axon_queue_not_empty ( )

Indicates if any asynchronous inference jobs are in the queue.

returns true if the queue is empty and nrf_axon_start_queue_processing() needs to be called. This needs to happen when a user frees axon reservation to kick-start asynchronous queue processing, because the driver does not wait if axon_platform_reserve_for_driver() fails.

Return values
[false]No async jobs pending
[true]1 or more async jobs pending