Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/NNSupportFunctions/
Darm_nn_depthwise_conv_nt_t_s16.c106 int64_t in_requantize_0 = (int64_t)out_0[i_requantize]; in arm_nn_depthwise_conv_nt_t_s16() local
113 in_requantize_0 += *bias; 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()
/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_fast_s16.c178 int64_t in_requantize_0 = (int64_t)out_0[0]; in arm_depthwise_conv_fast_s16() local
185 in_requantize_0 += bias[offset]; in arm_depthwise_conv_fast_s16()
196 … out_0[0] = arm_nn_requantize_s64(in_requantize_0, reduced_multiplier_0, output_shift[offset]); in arm_depthwise_conv_fast_s16()