Searched refs:ker_y_end (Results 1 – 6 of 6) sorted by relevance
/cmsis-nn-3.7.0/Source/ConvolutionFunctions/ |
D | arm_depthwise_conv_s4.c | 99 int ker_y_end; in depthwise_conv_s4_generic() local 120 ker_y_end = MIN(kernel_y, end_min_y); in depthwise_conv_s4_generic() 125 ker_y_end = MIN(kernel_y, input_y - base_idx_y); in depthwise_conv_s4_generic() 135 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in depthwise_conv_s4_generic() 191 int ker_y_end; in depthwise_conv_s4_generic() local 212 ker_y_end = MIN(kernel_y, end_min_y); in depthwise_conv_s4_generic() 217 ker_y_end = MIN(kernel_y, input_y - base_idx_y); in depthwise_conv_s4_generic() 226 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in depthwise_conv_s4_generic() 283 int ker_y_end; in depthwise_conv_s4_generic() local 304 ker_y_end = MIN(kernel_y, end_min_y); in depthwise_conv_s4_generic() [all …]
|
D | arm_depthwise_conv_s16.c | 177 int ker_y_end; in depthwise_conv_s16_generic_s16() local 198 ker_y_end = MIN(kernel_y, end_min_y); in depthwise_conv_s16_generic_s16() 203 ker_y_end = MIN(kernel_y, input_y - base_idx_y); in depthwise_conv_s16_generic_s16() 211 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in depthwise_conv_s16_generic_s16()
|
D | arm_depthwise_conv_s8.c | 203 int ker_y_end; in depthwise_conv_s8_generic() local 224 ker_y_end = MIN(kernel_y, end_min_y); in depthwise_conv_s8_generic() 229 ker_y_end = MIN(kernel_y, input_y - base_idx_y); in depthwise_conv_s8_generic() 237 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in depthwise_conv_s8_generic()
|
D | arm_depthwise_conv_s8_opt.c | 231 const int ker_y_end = MIN(kernel_y, input_y - base_idx_y); in arm_depthwise_conv_s8_opt() local 240 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in arm_depthwise_conv_s8_opt() 262 const int diff = kernel_y - ker_y_end; in arm_depthwise_conv_s8_opt()
|
D | arm_depthwise_conv_fast_s16.c | 242 const int ker_y_end = MIN(kernel_y, input_y - base_idx_y); in arm_depthwise_conv_fast_s16() local 251 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in arm_depthwise_conv_fast_s16() 273 const int diff = kernel_y - ker_y_end; in arm_depthwise_conv_fast_s16()
|
D | arm_depthwise_conv_s4_opt.c | 273 const int ker_y_end = MIN(kernel_y, input_y - base_idx_y); in arm_depthwise_conv_s4_opt() local 282 for (int i_ker_y = ker_y_start; i_ker_y < ker_y_end; i_ker_y++) in arm_depthwise_conv_s4_opt() 304 const int diff = kernel_y - ker_y_end; in arm_depthwise_conv_s4_opt()
|