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

◆ nrf_edgeai_process_features_scale_window_i8_q8()

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.

Parameters
[in,out]p_inputPointer to the input processing context nrf_edgeai_input_t
[in,out]p_dspPointer to the DSP pipeline context nrf_edgeai_dsp_pipeline_t
Returns
Status code indicating success or error.
Note
Example functions: nrf_edgeai_process_features_scale_window_i8_q8, nrf_edgeai_process_features_scale_window_f32_f32, etc.