![]() |
Edge AI Add-on API 2.2.0
|
#include <nrf_edgeai/rt/nrf_edgeai_types.h>Go to the source code of this file.
Functions | |
| void | nrf_edgeai_output_propagate_neuton_q8 (nrf_edgeai_model_t *p_model) |
| Propagate Neuton model outputs to the model output structure. | |
| void | nrf_edgeai_output_propagate_neuton_q16 (nrf_edgeai_model_t *p_model) |
| void | nrf_edgeai_output_propagate_neuton_f32 (nrf_edgeai_model_t *p_model) |
| void | nrf_edgeai_output_dequantize_neuton_q8_f32 (nrf_edgeai_model_t *p_model) |
| Dequantize Neuton model outputs to 32-bit floating point. | |
| void | nrf_edgeai_output_dequantize_neuton_q16_f32 (nrf_edgeai_model_t *p_model) |
| void | nrf_edgeai_output_dequantize_axon_q8_f32 (nrf_edgeai_model_t *p_model) |
| Dequantize Axon model outputs to 32-bit floating point. | |