Lines Matching refs:bias
60 const int32_t *bias, in depthwise_conv_s8_mult_4() argument
71 const int32_t *bias_base = bias; in depthwise_conv_s8_mult_4()
80 bias = bias_base; in depthwise_conv_s8_mult_4()
89 if (bias) in depthwise_conv_s8_mult_4()
91 out_buff[0] = *bias++; in depthwise_conv_s8_mult_4()
92 out_buff[1] = *bias++; in depthwise_conv_s8_mult_4()
93 out_buff[2] = *bias++; in depthwise_conv_s8_mult_4()
94 out_buff[3] = *bias++; in depthwise_conv_s8_mult_4()
168 const int32_t *bias, in depthwise_conv_s8_generic() argument
232 if (bias) in depthwise_conv_s8_generic()
234 acc_0 = bias[idx_out_ch]; in depthwise_conv_s8_generic()
281 const int32_t *bias, in arm_depthwise_conv_s8() argument
307 bias, in arm_depthwise_conv_s8()
334 bias, in arm_depthwise_conv_s8()