Home
last modified time | relevance | path

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

/cmsis-3.4.0/CMSIS/NN/Source/ConvolutionFunctions/
Darm_nn_depthwise_conv_s8_core.c48 const uint16_t kernel_size, in arm_nn_depthwise_conv_s8_core() argument
64 int32_t ker_loop = kernel_size / 3; in arm_nn_depthwise_conv_s8_core()
72 const int16_t *col_1 = col + kernel_size * num_ch + offset; in arm_nn_depthwise_conv_s8_core()
114 ker_loop = kernel_size - ((kernel_size / 3) * 3); in arm_nn_depthwise_conv_s8_core()
162 const int32_t single_buffer_size = kernel_size * num_ch; in arm_nn_depthwise_conv_s8_core()
172 for (int j = 0; j < kernel_size; j++) in arm_nn_depthwise_conv_s8_core()
213 (void)kernel_size; in arm_nn_depthwise_conv_s8_core()
Darm_depthwise_conv_s8_opt.c98 const int32_t kernel_size = kernel_x * kernel_y; in arm_depthwise_conv_s8_opt() local
137 kernel_size, in arm_depthwise_conv_s8_opt()
152 kernel_size, in arm_depthwise_conv_s8_opt()
172 const int8_t *col_0 = lhs_buffer + (kernel_size * input_ch * i_buf) + offset; in arm_depthwise_conv_s8_opt()
176 for (int i_ker = 0; i_ker < kernel_size; i_ker++) in arm_depthwise_conv_s8_opt()
/cmsis-3.4.0/CMSIS/NN/Include/
Darm_nnsupportfunctions.h199 const uint16_t kernel_size,