Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c164 for (int i_buf = 0; i_buf < buffer_count; i_buf++) in arm_depthwise_conv_s8_opt() local
168 out = out_base + (i_buf * input_ch); in arm_depthwise_conv_s8_opt()
172 … const int8_t *col_0 = lhs_buffer + (kernel_size * CH_IN_BLOCK_MVE * i_buf) + (i_loop_cnt * 4); in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_fast_s16.c155 for (int i_buf = 0; i_buf < buffer_count; i_buf++) in arm_depthwise_conv_fast_s16() local
163 const int16_t *col_0 = lhs_buffer + (kernel_size * input_ch * i_buf) + offset; in arm_depthwise_conv_fast_s16()
Darm_depthwise_conv_s4_opt.c166 for (int i_buf = 0; i_buf < buffer_count; i_buf++) in arm_depthwise_conv_s4_opt() local
170 out = out_base + (i_buf * input_ch); in arm_depthwise_conv_s4_opt()
174 … const int8_t *col_0 = lhs_buffer + (kernel_size * S4_CH_IN_BLOCK_MVE * i_buf) + (i_loop_cnt * 4); in arm_depthwise_conv_s4_opt()