Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_s16.c102 for (int i_requantize = 0; i_requantize < 4; i_requantize++) in arm_nn_depthwise_conv_nt_t_s16() local
104 int32_t reduced_multiplier = REDUCE_MULTIPLIER(out_mult[i_requantize]); in arm_nn_depthwise_conv_nt_t_s16()
105 int32_t shift = out_shift[i_requantize]; in arm_nn_depthwise_conv_nt_t_s16()
106 int64_t in_requantize_0 = (int64_t)out_0[i_requantize]; in arm_nn_depthwise_conv_nt_t_s16()
107 int64_t in_requantize_1 = (int64_t)out_1[i_requantize]; in arm_nn_depthwise_conv_nt_t_s16()
108 int64_t in_requantize_2 = (int64_t)out_2[i_requantize]; in arm_nn_depthwise_conv_nt_t_s16()
109 int64_t in_requantize_3 = (int64_t)out_3[i_requantize]; in arm_nn_depthwise_conv_nt_t_s16()
120 out_0[i_requantize] = arm_nn_requantize_s64(in_requantize_0, reduced_multiplier, shift); in arm_nn_depthwise_conv_nt_t_s16()
121 out_1[i_requantize] = arm_nn_requantize_s64(in_requantize_1, reduced_multiplier, shift); in arm_nn_depthwise_conv_nt_t_s16()
122 out_2[i_requantize] = arm_nn_requantize_s64(in_requantize_2, reduced_multiplier, shift); in arm_nn_depthwise_conv_nt_t_s16()
[all …]