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

◆ nrf_axon_simulator_in_threadless_mode_set()

void nrf_axon_simulator_in_threadless_mode_set ( bool in_threadless_mode)

places the axon simulator in or out of "threadless" mode.

Axon simulator executes in separate threads to simulate the asynchronous hardware/software interface. While this closely resembles on-target development, it comes at a performance penalty. The tflite compiler will place the simulator in threadless mode to improve inference time on test data.

Axon simulator is not in threadless mode by default.