Home
last modified time | relevance | path

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

/cmsis-nn-3.6.0-3.5.0/Source/ConvolutionFunctions/
Darm_convolve_s16.c115 const int32_t in_col = base_idx_x + dilation_x * i_ker_x; in arm_convolve_s16() local
119 … conv_out_acc += input_data[(in_row * input_x + in_col) * input_ch + i_input_ch] * in arm_convolve_s16()