Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c282 const q7_t *row_pos = kernel + row_shift; in arm_depthwise_conv_s8_opt() local
292 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 …]
Darm_nn_depthwise_conv_s8_core.c168 const int8_t *row_pos = row + ch_idx; in arm_nn_depthwise_conv_s8_core() local
174 const int8_t row_val = row_pos[j * num_ch]; in arm_nn_depthwise_conv_s8_core()