Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8.c69 const int32_t output_activation_max) in depthwise_conv_s8_mult_4() argument
123 res = vminq_s32(res, vdupq_n_s32(output_activation_max)); in depthwise_conv_s8_mult_4()
137 … out_buff[0] = MIN(MAX(out_buff[0], output_activation_min), output_activation_max); in depthwise_conv_s8_mult_4()
138 … out_buff[1] = MIN(MAX(out_buff[1], output_activation_min), output_activation_max); in depthwise_conv_s8_mult_4()
139 … out_buff[2] = MIN(MAX(out_buff[2], output_activation_min), output_activation_max); in depthwise_conv_s8_mult_4()
140 … out_buff[3] = MIN(MAX(out_buff[3], output_activation_min), output_activation_max); in depthwise_conv_s8_mult_4()
177 const int32_t output_activation_max, in depthwise_conv_s8_generic() argument
254 acc_0 = MIN(acc_0, output_activation_max); in depthwise_conv_s8_generic()
Darm_depthwise_conv_s16.c63 … const int32_t output_activation_max) in depthwise_conv_s16_mult_4_s16() argument
118 … out_buff32[0] = MIN(MAX(out_buff32[0], output_activation_min), output_activation_max); in depthwise_conv_s16_mult_4_s16()
119 … out_buff32[1] = MIN(MAX(out_buff32[1], output_activation_min), output_activation_max); in depthwise_conv_s16_mult_4_s16()
120 … out_buff32[2] = MIN(MAX(out_buff32[2], output_activation_min), output_activation_max); in depthwise_conv_s16_mult_4_s16()
121 … out_buff32[3] = MIN(MAX(out_buff32[3], output_activation_min), output_activation_max); in depthwise_conv_s16_mult_4_s16()
153 const int32_t output_activation_max, in depthwise_conv_s16_generic_s16() argument
227 result = MIN(result, output_activation_max); in depthwise_conv_s16_generic_s16()
Darm_depthwise_conv_s4_opt.c94 const int32_t output_activation_max = dw_conv_params->activation.max; in arm_depthwise_conv_s4_opt() local
150 output_activation_max, in arm_depthwise_conv_s4_opt()
239 out_0 = vminq_s32(out_0, vdupq_n_s32(output_activation_max)); in arm_depthwise_conv_s4_opt()
439 sum = MIN(sum, output_activation_max); in arm_depthwise_conv_s4_opt()
445 sum_2 = MIN(sum_2, output_activation_max); in arm_depthwise_conv_s4_opt()
450 sum_3 = MIN(sum_3, output_activation_max); in arm_depthwise_conv_s4_opt()
456 sum_4 = MIN(sum_4, output_activation_max); in arm_depthwise_conv_s4_opt()
507 sum = MIN(sum, output_activation_max); in arm_depthwise_conv_s4_opt()
614 sum = MIN(sum, output_activation_max); in arm_depthwise_conv_s4_opt()
620 sum_2 = MIN(sum_2, output_activation_max); in arm_depthwise_conv_s4_opt()
[all …]
Darm_depthwise_conv_s8_opt.c93 const int32_t output_activation_max = dw_conv_params->activation.max; in arm_depthwise_conv_s8_opt() local
150 output_activation_max, in arm_depthwise_conv_s8_opt()
197 out_0 = vminq_s32(out_0, vdupq_n_s32(output_activation_max)); in arm_depthwise_conv_s8_opt()
351 sum = MIN(sum, output_activation_max); in arm_depthwise_conv_s8_opt()
357 sum_2 = MIN(sum_2, output_activation_max); in arm_depthwise_conv_s8_opt()
362 sum_3 = MIN(sum_3, output_activation_max); in arm_depthwise_conv_s8_opt()
368 sum_4 = MIN(sum_4, output_activation_max); in arm_depthwise_conv_s8_opt()
394 sum = MIN(sum, output_activation_max); in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_fast_s16.c98 const int32_t output_activation_max = dw_conv_params->activation.max; in arm_depthwise_conv_fast_s16() local
142 output_activation_max, in arm_depthwise_conv_fast_s16()
202 out_0 = vminq_s32(out_0, vdupq_n_s32(output_activation_max)); in arm_depthwise_conv_fast_s16()
374 result = MIN(result, output_activation_max); in arm_depthwise_conv_fast_s16()
379 result = MIN(result, output_activation_max); in arm_depthwise_conv_fast_s16()
384 result = MIN(result, output_activation_max); in arm_depthwise_conv_fast_s16()
389 result = MIN(result, output_activation_max); in arm_depthwise_conv_fast_s16()
416 result = MIN(result, output_activation_max); in arm_depthwise_conv_fast_s16()
Darm_depthwise_conv_3x3_s8.c82 const int32_t output_activation_max = dw_conv_params->activation.max; in arm_depthwise_conv_3x3_s8() local
227 out_buff0 = MIN(MAX(out_buff0, output_activation_min), output_activation_max); in arm_depthwise_conv_3x3_s8()
228 out_buff1 = MIN(MAX(out_buff1, output_activation_min), output_activation_max); in arm_depthwise_conv_3x3_s8()
229 out_buff2 = MIN(MAX(out_buff2, output_activation_min), output_activation_max); in arm_depthwise_conv_3x3_s8()
230 out_buff3 = MIN(MAX(out_buff3, output_activation_min), output_activation_max); in arm_depthwise_conv_3x3_s8()
270 out_buff = MIN(MAX(out_buff, output_activation_min), output_activation_max); in arm_depthwise_conv_3x3_s8()
Darm_depthwise_conv_s4.c66 const int32_t output_activation_max, in depthwise_conv_s4_generic() argument
164 acc_0 = MIN(acc_0, output_activation_max); in depthwise_conv_s4_generic()
170 acc_1 = MIN(acc_1, output_activation_max); in depthwise_conv_s4_generic()
262 acc_0 = MIN(acc_0, output_activation_max); in depthwise_conv_s4_generic()
349 acc_0 = MIN(acc_0, output_activation_max); in depthwise_conv_s4_generic()
356 acc_1 = MIN(acc_1, output_activation_max); in depthwise_conv_s4_generic()
471 acc_0 = MIN(acc_0, output_activation_max); in depthwise_conv_s4_generic()