Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_nn_depthwise_conv_s8_core.c158 int32_t ch_idx = (num_ch & ~3); in arm_nn_depthwise_conv_s8_core() local
165 const int16_t *col_pos_0 = col + ch_idx; in arm_nn_depthwise_conv_s8_core()
168 const int8_t *row_pos = row + ch_idx; in arm_nn_depthwise_conv_s8_core()
181 ch_idx++; in arm_nn_depthwise_conv_s8_core()