Home
last modified time | relevance | path

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

/cmsis-nn-latest/Source/ConvolutionFunctions/
Darm_depthwise_conv_s8_opt.c100 int buffer_count = 0; in arm_depthwise_conv_s8_opt() local
134 buffer_count++; in arm_depthwise_conv_s8_opt()
136 if (buffer_count == 4) in arm_depthwise_conv_s8_opt()
156 buffer_count = 0; in arm_depthwise_conv_s8_opt()
164 for (int i_buf = 0; i_buf < buffer_count; i_buf++) in arm_depthwise_conv_s8_opt()
204 buffer_count = 0; in arm_depthwise_conv_s8_opt()
Darm_depthwise_conv_fast_s16.c104 int buffer_count = 0; in arm_depthwise_conv_fast_s16() local
131 buffer_count++; in arm_depthwise_conv_fast_s16()
132 if (buffer_count == 4) in arm_depthwise_conv_fast_s16()
146 buffer_count = 0; in arm_depthwise_conv_fast_s16()
155 for (int i_buf = 0; i_buf < buffer_count; i_buf++) in arm_depthwise_conv_fast_s16()
Darm_depthwise_conv_s4_opt.c101 int buffer_count = 0; in arm_depthwise_conv_s4_opt() local
135 buffer_count++; in arm_depthwise_conv_s4_opt()
137 if (buffer_count == 4) in arm_depthwise_conv_s4_opt()
156 buffer_count = 0; in arm_depthwise_conv_s4_opt()
166 for (int i_buf = 0; i_buf < buffer_count; i_buf++) in arm_depthwise_conv_s4_opt()
246 buffer_count = 0; in arm_depthwise_conv_s4_opt()