Home
last modified time | relevance | path

Searched refs:svdf_params (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/SVDFunctions/
Darm_svdf_s8.c52 const cmsis_nn_svdf_params *svdf_params, in arm_svdf_s8() argument
76 const int32_t zp_in = svdf_params->input_offset; in arm_svdf_s8()
77 const int32_t zp_out = svdf_params->output_offset; in arm_svdf_s8()
78 const int32_t in_activation_min = svdf_params->input_activation.min; in arm_svdf_s8()
79 const int32_t in_activation_max = svdf_params->input_activation.max; in arm_svdf_s8()
80 const int32_t out_activation_min = svdf_params->output_activation.min; in arm_svdf_s8()
81 const int32_t out_activation_max = svdf_params->output_activation.max; in arm_svdf_s8()
82 const int16_t rank = svdf_params->rank; in arm_svdf_s8()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnfunctions.h2077 const cmsis_nn_svdf_params *svdf_params,