Lines Matching refs:row_pos
290 const int8_t *row_pos = kernel + row_shift; in arm_depthwise_conv_s8_opt() local
300 ip_b1 = arm_nn_read_s8x4(row_pos); in arm_depthwise_conv_s8_opt()
301 ip_a1 = arm_nn_read_s8x4(row_pos + input_ch); in arm_depthwise_conv_s8_opt()
330 row_pos += input_ch << 1; in arm_depthwise_conv_s8_opt()
338 sum += row_pos[0] * col_pos[0]; in arm_depthwise_conv_s8_opt()
339 sum_2 += row_pos[1] * col_pos[1]; in arm_depthwise_conv_s8_opt()
340 sum_3 += row_pos[2] * col_pos[2]; in arm_depthwise_conv_s8_opt()
341 sum_4 += row_pos[3] * col_pos[3]; in arm_depthwise_conv_s8_opt()
343 row_pos += input_ch; in arm_depthwise_conv_s8_opt()
378 const int8_t *row_pos = kernel + row_shift; in arm_depthwise_conv_s8_opt() local
389 sum += row_pos[i * input_ch] * col_pos[i * input_ch]; in arm_depthwise_conv_s8_opt()