Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_nn_depthwise_conv_s8_core.c174 const int8_t row_val = row_pos[j * num_ch]; in arm_nn_depthwise_conv_s8_core() local
175 sum_0 += row_val * col_pos_0[j * num_ch]; in arm_nn_depthwise_conv_s8_core()
176 sum_1 += row_val * col_pos_1[j * num_ch]; in arm_nn_depthwise_conv_s8_core()