Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_nn_depthwise_conv_s8_core.c64 int32_t ker_loop = kernel_size / 3; in arm_nn_depthwise_conv_s8_core() local
76 while (ker_loop > 0) in arm_nn_depthwise_conv_s8_core()
109 ker_loop--; in arm_nn_depthwise_conv_s8_core()
114 ker_loop = kernel_size - ((kernel_size / 3) * 3); in arm_nn_depthwise_conv_s8_core()
115 while (ker_loop > 0) in arm_nn_depthwise_conv_s8_core()
131 ker_loop--; in arm_nn_depthwise_conv_s8_core()