![]() |
Edge AI Add-on API 2.2.0
|
| void nrf_axon_nn_populate_model_test_info_s | ( | nrf_axon_nn_model_test_info_s * | the_struct, |
| const char * | test_name, | ||
| const int8_t ** | full_model_input_vectors, | ||
| const int8_t ** | full_model_expected_output_vectors, | ||
| uint16_t | full_model_vector_count, | ||
| const int8_t ** | layer_vectors, | ||
| uint16_t | layer_cnt ) |
Populates a nrf_axon_nn_model_test_info_s instance with the provided data.
| [in] | the_struct | Instance of nrf_axon_nn_model_test_info_s to populate. See nrf_axon_nn_model_test_info_s for a description of the remaining data elements. |