![]() |
Edge AI Add-on API 2.2.0
|
| nrf_edgeai_err_t nrf_edgeai_process_features_scale_window_i8_q8 | ( | nrf_edgeai_input_t * | p_input, |
| nrf_edgeai_dsp_pipeline_t * | p_dsp ) |
Scale a window (matrix) of input features to the target data type.
These functions perform scaling of a window (matrix) of input features, where each row or column represents a feature over a time window, from the original data type to the target type. Scaling is performed using per-feature min/max values and supports selective scaling based on feature masks.
| [in,out] | p_input | Pointer to the input processing context nrf_edgeai_input_t |
| [in,out] | p_dsp | Pointer to the DSP pipeline context nrf_edgeai_dsp_pipeline_t |