Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_s16.c108 int64_t in_requantize_2 = (int64_t)out_2[i_requantize]; in arm_nn_depthwise_conv_nt_t_s16() local
115 in_requantize_2 += *bias; 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()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_fast_s16.c180 int64_t in_requantize_2 = (int64_t)out_0[2]; in arm_depthwise_conv_fast_s16() local
187 in_requantize_2 += bias[offset + 2]; in arm_depthwise_conv_fast_s16()
198 … out_0[2] = arm_nn_requantize_s64(in_requantize_2, reduced_multiplier_2, output_shift[offset + 2]); in arm_depthwise_conv_fast_s16()