Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4.c117 … const int32_t start_y_max = (-base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s4_generic() local
118 ker_y_start = MAX(0, start_y_max); in depthwise_conv_s4_generic()
209 … const int32_t start_y_max = (-base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s4_generic() local
210 ker_y_start = MAX(0, start_y_max); in depthwise_conv_s4_generic()
301 … const int32_t start_y_max = (-base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s4_generic() local
302 ker_y_start = MAX(0, start_y_max); in depthwise_conv_s4_generic()
413 … const int32_t start_y_max = (-base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s4_generic() local
414 ker_y_start = MAX(0, start_y_max); in depthwise_conv_s4_generic()
Darm_depthwise_conv_s16.c195 const int32_t start_y_max = (-base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s16_generic_s16() local
196 ker_y_start = MAX(0, start_y_max); in depthwise_conv_s16_generic_s16()
Darm_depthwise_conv_s8.c221 const int32_t start_y_max = (-base_idx_y + dilation_y - 1) / dilation_y; in depthwise_conv_s8_generic() local
222 ker_y_start = MAX(0, start_y_max); in depthwise_conv_s8_generic()