![]() |
Edge AI Add-on API 2.2.0
|
| bool nrf_axon_platform_reserve_for_user | ( | ) |
Reserves Axon hardware use for synchronous job processing by the user.
This function must not be called from user code!!!
This function is called by the driver on behalf of the user when a synchronous inference is started. Users can call this function in advance if they want to access the interlayer buffer directly, before inference is invoked. Calling this function after inference has completed does not guarantee that the interlayer buffer contents are unchanged.
This is a blocking function. This function can get called multiple times before nrf_axon_platform_free_reservation_from_user() is called.
| true | Axon hardware successfully reserved for the user. |
| false | Should never happen. |