Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_s16.c109 int64_t in_requantize_3 = (int64_t)out_3[i_requantize]; in arm_nn_depthwise_conv_nt_t_s16() local
116 in_requantize_3 += *bias; in arm_nn_depthwise_conv_nt_t_s16()
123 out_3[i_requantize] = arm_nn_requantize_s64(in_requantize_3, reduced_multiplier, shift); in arm_nn_depthwise_conv_nt_t_s16()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_fast_s16.c181 int64_t in_requantize_3 = (int64_t)out_0[3]; in arm_depthwise_conv_fast_s16() local
188 in_requantize_3 += bias[offset + 3]; in arm_depthwise_conv_fast_s16()
199 … out_0[3] = arm_nn_requantize_s64(in_requantize_3, reduced_multiplier_3, output_shift[offset + 3]); in arm_depthwise_conv_fast_s16()