Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c228 const int ker_y_start = MAX(0, -base_idx_y); in arm_depthwise_conv_s8_opt() local
233 if (ker_y_start != 0) in arm_depthwise_conv_s8_opt()
235 memset(&col_buffer[index], 0, (kernel_x * input_ch) * ker_y_start * sizeof(q15_t)); in arm_depthwise_conv_s8_opt()
236 index += (kernel_x * input_ch) * ker_y_start; in arm_depthwise_conv_s8_opt()
239 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_u8_basic_ver1.c172 const int ker_y_start = MAX(0, -base_idx_y); in depthwise_conv_u8_generic() local
179 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in depthwise_conv_u8_generic()
Darm_depthwise_conv_s8.c186 const int ker_y_start = MAX(0, -base_idx_y); in depthwise_conv_s8_generic() local
193 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in depthwise_conv_s8_generic()
Darm_convolve_s8.c324 const int32_t ker_y_start = MAX(0, -base_idx_y); in arm_convolve_s8()
330 for (i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in arm_convolve_s8()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/PoolingFunctions/
Darm_max_pool_s8.c191 const int32_t ker_y_start = MAX(0, -base_idx_y); in arm_max_pool_s8() local
200 for (int k_y = ker_y_start; k_y < kernel_y_end; k_y++) in arm_max_pool_s8()