Searched refs:row_pos (Results 1 – 2 of 2) sorted by relevance
282 const q7_t *row_pos = kernel + row_shift; in arm_depthwise_conv_s8_opt() local292 ip_b1 = arm_nn_read_q7x4(row_pos); in arm_depthwise_conv_s8_opt()293 ip_a1 = arm_nn_read_q7x4(row_pos + input_ch); in arm_depthwise_conv_s8_opt()322 row_pos += input_ch << 1; in arm_depthwise_conv_s8_opt()330 sum += row_pos[0] * col_pos[0]; in arm_depthwise_conv_s8_opt()331 sum_2 += row_pos[1] * col_pos[1]; in arm_depthwise_conv_s8_opt()332 sum_3 += row_pos[2] * col_pos[2]; in arm_depthwise_conv_s8_opt()333 sum_4 += row_pos[3] * col_pos[3]; in arm_depthwise_conv_s8_opt()335 row_pos += input_ch; in arm_depthwise_conv_s8_opt()370 const q7_t *row_pos = kernel + row_shift; in arm_depthwise_conv_s8_opt() local[all …]
168 const int8_t *row_pos = row + ch_idx; in arm_nn_depthwise_conv_s8_core() local174 const int8_t row_val = row_pos[j * num_ch]; in arm_nn_depthwise_conv_s8_core()