Home
last modified time | relevance | path

Searched refs:output_activation_max (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_u8_basic_ver1.c66 const int32_t output_activation_max) in depthwise_conv_u8_mult_4() argument
117 … out_buff[0] = MIN(MAX(out_buff[0], output_activation_min), output_activation_max); in depthwise_conv_u8_mult_4()
118 … out_buff[1] = MIN(MAX(out_buff[1], output_activation_min), output_activation_max); in depthwise_conv_u8_mult_4()
119 … out_buff[2] = MIN(MAX(out_buff[2], output_activation_min), output_activation_max); in depthwise_conv_u8_mult_4()
120 … out_buff[3] = MIN(MAX(out_buff[3], output_activation_min), output_activation_max); in depthwise_conv_u8_mult_4()
155 const int32_t output_activation_max) in depthwise_conv_u8_generic() argument
200 acc_0 = MIN(acc_0, output_activation_max); in depthwise_conv_u8_generic()
268 const int32_t output_activation_max, in arm_depthwise_conv_u8_basic_ver1() argument
300 output_activation_max); in arm_depthwise_conv_u8_basic_ver1()
327 output_activation_max); in arm_depthwise_conv_u8_basic_ver1()
Darm_depthwise_conv_s8.c65 const int32_t output_activation_max) in depthwise_conv_s8_mult_4() argument
107 res = vminq_s32(res, vdupq_n_s32(output_activation_max)); in depthwise_conv_s8_mult_4()
125 … out_buff[0] = MIN(MAX(out_buff[0], output_activation_min), output_activation_max); in depthwise_conv_s8_mult_4()
126 … out_buff[1] = MIN(MAX(out_buff[1], output_activation_min), output_activation_max); in depthwise_conv_s8_mult_4()
127 … out_buff[2] = MIN(MAX(out_buff[2], output_activation_min), output_activation_max); in depthwise_conv_s8_mult_4()
128 … out_buff[3] = MIN(MAX(out_buff[3], output_activation_min), output_activation_max); in depthwise_conv_s8_mult_4()
165 const int32_t output_activation_max) in depthwise_conv_s8_generic() argument
210 acc_0 = MIN(acc_0, output_activation_max); in depthwise_conv_s8_generic()
Darm_depthwise_conv_s8_opt.c88 const int32_t output_activation_max = dw_conv_params->activation.max; in arm_depthwise_conv_s8_opt() local
136 output_activation_max, in arm_depthwise_conv_s8_opt()
151 output_activation_max, in arm_depthwise_conv_s8_opt()
194 out_0 = vminq_s32(out_0, vdupq_n_s32(output_activation_max)); in arm_depthwise_conv_s8_opt()
343 sum = MIN(sum, output_activation_max); in arm_depthwise_conv_s8_opt()
349 sum_2 = MIN(sum_2, output_activation_max); in arm_depthwise_conv_s8_opt()
354 sum_3 = MIN(sum_3, output_activation_max); in arm_depthwise_conv_s8_opt()
360 sum_4 = MIN(sum_4, output_activation_max); in arm_depthwise_conv_s8_opt()
382 sum = MIN(sum, output_activation_max); in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_3x3_s8.c82 const int32_t output_activation_max = dw_conv_params->activation.max; in arm_depthwise_conv_3x3_s8() local
161 out_buff0 = MIN(MAX(out_buff0, output_activation_min), output_activation_max); in arm_depthwise_conv_3x3_s8()
162 out_buff1 = MIN(MAX(out_buff1, output_activation_min), output_activation_max); in arm_depthwise_conv_3x3_s8()
163 out_buff2 = MIN(MAX(out_buff2, output_activation_min), output_activation_max); in arm_depthwise_conv_3x3_s8()
164 out_buff3 = MIN(MAX(out_buff3, output_activation_min), output_activation_max); in arm_depthwise_conv_3x3_s8()
200 out_buff = MIN(MAX(out_buff, output_activation_min), output_activation_max); in arm_depthwise_conv_3x3_s8()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Include/
Darm_nnfunctions.h1841 const int32_t output_activation_max,