Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s4.c106 … const int32_t end_min_x = (input_x - base_idx_x + dilation_x - 1) / dilation_x; in depthwise_conv_s4_generic() local
107 ker_x_end = MIN(kernel_x, end_min_x); in depthwise_conv_s4_generic()
198 … const int32_t end_min_x = (input_x - base_idx_x + dilation_x - 1) / dilation_x; in depthwise_conv_s4_generic() local
199 ker_x_end = MIN(kernel_x, end_min_x); in depthwise_conv_s4_generic()
290 … const int32_t end_min_x = (input_x - base_idx_x + dilation_x - 1) / dilation_x; in depthwise_conv_s4_generic() local
291 ker_x_end = MIN(kernel_x, end_min_x); in depthwise_conv_s4_generic()
402 … const int32_t end_min_x = (input_x - base_idx_x + dilation_x - 1) / dilation_x; in depthwise_conv_s4_generic() local
403 ker_x_end = MIN(kernel_x, end_min_x); in depthwise_conv_s4_generic()
Darm_depthwise_conv_s16.c184 … const int32_t end_min_x = (input_x - base_idx_x + dilation_x - 1) / dilation_x; in depthwise_conv_s16_generic_s16() local
185 ker_x_end = MIN(kernel_x, end_min_x); in depthwise_conv_s16_generic_s16()
Darm_depthwise_conv_s8.c210 … const int32_t end_min_x = (input_x - base_idx_x + dilation_x - 1) / dilation_x; in depthwise_conv_s8_generic() local
211 ker_x_end = MIN(kernel_x, end_min_x); in depthwise_conv_s8_generic()