Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_nn_depthwise_conv_s8_core.c165 const int16_t *col_pos_0 = col + ch_idx; in arm_nn_depthwise_conv_s8_core() local
166 const int16_t *col_pos_1 = col_pos_0 + single_buffer_size; in arm_nn_depthwise_conv_s8_core()
175 sum_0 += row_val * col_pos_0[j * num_ch]; in arm_nn_depthwise_conv_s8_core()