![]() |
Edge AI Add-on API 2.2.0
|
| const nrf_axon_nn_compiled_model_input_s * nrf_axon_nn_model_1st_external_input | ( | const nrf_axon_nn_compiled_model_s * | the_model | ) |
returns the index of the model's input that is external.
The 1st layer in a model can have multiple inputs; one that is internal (ie, VarHandle for streaming models), and 1 that is external. This will find which input needs to be populated explicitly before inference begins.
| [in] | the_model | Model to find the external input for. |
| instance | in the_model->inputs[] of the model's external input. |