Home
last modified time | relevance | path

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

/cmsis-nn-3.7.0/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_s16.c107 int64_t in_requantize_1 = (int64_t)out_1[i_requantize]; in arm_nn_depthwise_conv_nt_t_s16() local
114 in_requantize_1 += *bias; 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()
/cmsis-nn-3.7.0/Source/ConvolutionFunctions/
Darm_depthwise_conv_fast_s16.c179 int64_t in_requantize_1 = (int64_t)out_0[1]; in arm_depthwise_conv_fast_s16() local
186 in_requantize_1 += bias[offset + 1]; in arm_depthwise_conv_fast_s16()
197 … out_0[1] = arm_nn_requantize_s64(in_requantize_1, reduced_multiplier_1, output_shift[offset + 1]); in arm_depthwise_conv_fast_s16()