Home
last modified time | relevance | path

Searched defs:ker_y_start (Results 1 – 9 of 9) sorted by relevance

/cmsis-nn-3.7.0/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4.c97 int ker_y_start; in depthwise_conv_s4_generic() local
189 int ker_y_start; in depthwise_conv_s4_generic() local
281 int ker_y_start; in depthwise_conv_s4_generic() local
393 int ker_y_start; in depthwise_conv_s4_generic() local
Darm_depthwise_conv_s16.c175 int ker_y_start; in depthwise_conv_s16_generic_s16() local
Darm_depthwise_conv_s8_opt.c229 const int ker_y_start = MAX(0, -base_idx_y); in arm_depthwise_conv_s8_opt() local
Darm_depthwise_conv_s8.c201 int ker_y_start; in depthwise_conv_s8_generic() local
Darm_depthwise_conv_fast_s16.c240 const int ker_y_start = MAX(0, -base_idx_y); in arm_depthwise_conv_fast_s16() local
Darm_depthwise_conv_s4_opt.c271 const int ker_y_start = MAX(0, -base_idx_y); in arm_depthwise_conv_s4_opt() local
/cmsis-nn-3.7.0/Source/PoolingFunctions/
Darm_max_pool_s16.c185 const int32_t ker_y_start = MAX(0, -base_idx_y); in arm_max_pool_s16() local
Darm_max_pool_s8.c201 const int32_t ker_y_start = MAX(0, -base_idx_y); in arm_max_pool_s8() local
Darm_avgpool_s16.c281 const int32_t ker_y_start = MAX(0, -base_idx_y); in arm_avgpool_s16() local