Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/PoolingFunctions/
Darm_max_pool_s8.c192 const int32_t ker_x_start = MAX(0, -base_idx_x); in arm_max_pool_s8() local
202 for (int k_x = ker_x_start; k_x < kernel_x_end; k_x++) in arm_max_pool_s8()
/hal_nxp-latest/mcux/mcux-sdk/CMSIS/NN/Source/ConvolutionFunctions/
Darm_depthwise_conv_u8_basic_ver1.c173 const int ker_x_start = MAX(0, -base_idx_x); in depthwise_conv_u8_generic() local
182 for (int i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in depthwise_conv_u8_generic()
Darm_depthwise_conv_s8.c187 const int ker_x_start = MAX(0, -base_idx_x); in depthwise_conv_s8_generic() local
196 for (int i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in depthwise_conv_s8_generic()
Darm_convolve_s8.c325 const int32_t ker_x_start = MAX(0, -base_idx_x); in arm_convolve_s8()
332 for (i_ker_x = ker_x_start; i_ker_x < ker_x_end; i_ker_x++) in arm_convolve_s8()