![]() |
Edge AI Add-on API 2.2.0
|
| 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.
| [false] | No async jobs pending |
| [true] | 1 or more async jobs pending |