Lines Matching refs:state
28 static void f32_dwconv2d_chw(benchmark::State& state, in f32_dwconv2d_chw() argument
33 if (isa_check && !isa_check(state)) { in f32_dwconv2d_chw()
37 const size_t input_height = state.range(0); in f32_dwconv2d_chw()
38 const size_t input_width = state.range(1); in f32_dwconv2d_chw()
39 const size_t kernel_height = state.range(2); in f32_dwconv2d_chw()
40 const size_t kernel_width = state.range(3); in f32_dwconv2d_chw()
41 const size_t padding_height = state.range(4); in f32_dwconv2d_chw()
42 const size_t padding_width = state.range(5); in f32_dwconv2d_chw()
43 const size_t subsampling = state.range(6); in f32_dwconv2d_chw()
44 const size_t dilation = state.range(7); in f32_dwconv2d_chw()
45 const size_t channels = state.range(8); in f32_dwconv2d_chw()
48 state.SkipWithError("kernel height mismatch"); in f32_dwconv2d_chw()
53 state.SkipWithError("kernel width mismatch"); in f32_dwconv2d_chw()
58 state.SkipWithError("subsampling mismatch"); in f32_dwconv2d_chw()
63 state.SkipWithError("padding width mismatch"); in f32_dwconv2d_chw()
68 state.SkipWithError("unsupported dilation"); in f32_dwconv2d_chw()
119 for (auto _ : state) { in f32_dwconv2d_chw()
120 state.PauseTiming(); in f32_dwconv2d_chw()
123 state.ResumeTiming(); in f32_dwconv2d_chw()
139 state.counters["cpufreq"] = cpu_frequency; in f32_dwconv2d_chw()
142 state.counters["FLOPS"] = benchmark::Counter( in f32_dwconv2d_chw()
143 uint64_t(state.iterations()) * 2 * output_size * channels * kernel_size, in f32_dwconv2d_chw()
146 state.counters["bytes"] = benchmark::Counter( in f32_dwconv2d_chw()
147 …uint64_t(state.iterations()) * (output_size + inputSize + kernel_size + 1 /* bias */) * channels *… in f32_dwconv2d_chw()
152 static void dwconv2d_chw_3x3p1__neon_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_1x4() argument
153 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_1x4, 3, 3, 1, 1, benchmark::utils… in dwconv2d_chw_3x3p1__neon_1x4()
155 static void dwconv2d_chw_3x3p1__neon_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_2x4() argument
156 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_2x4, 3, 3, 1, 1, benchmark::utils… in dwconv2d_chw_3x3p1__neon_2x4()
158 static void dwconv2d_chw_3x3p1__neon_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_3x4() argument
159 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_3x4, 3, 3, 1, 1, benchmark::utils… in dwconv2d_chw_3x3p1__neon_3x4()
161 static void dwconv2d_chw_3x3p1__neon_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_4x4() argument
162 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_4x4, 3, 3, 1, 1, benchmark::utils… in dwconv2d_chw_3x3p1__neon_4x4()
164 static void dwconv2d_chw_3x3p1__neon_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_5x4() argument
165 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_5x4, 3, 3, 1, 1, benchmark::utils… in dwconv2d_chw_3x3p1__neon_5x4()
167 static void dwconv2d_chw_3x3p1__neon_6x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_6x4() argument
168 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_6x4, 3, 3, 1, 1, benchmark::utils… in dwconv2d_chw_3x3p1__neon_6x4()
170 static void dwconv2d_chw_3x3p1__neon_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_1x4_acc2() argument
171 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_1x4_acc2, 3, 3, 1, 1, benchmark::… in dwconv2d_chw_3x3p1__neon_1x4_acc2()
173 static void dwconv2d_chw_3x3p1__neon_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_1x4_acc3() argument
174 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_1x4_acc3, 3, 3, 1, 1, benchmark::… in dwconv2d_chw_3x3p1__neon_1x4_acc3()
176 static void dwconv2d_chw_3x3p1__neon_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_1x4_acc4() argument
177 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_1x4_acc4, 3, 3, 1, 1, benchmark::… in dwconv2d_chw_3x3p1__neon_1x4_acc4()
179 static void dwconv2d_chw_3x3p1__neon_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_2x4_acc2() argument
180 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_2x4_acc2, 3, 3, 1, 1, benchmark::… in dwconv2d_chw_3x3p1__neon_2x4_acc2()
183 static void dwconv2d_chw_3x3s2p1__neon_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_1x4() argument
184 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_1x4, 3, 3, 1, 2, benchmark::uti… in dwconv2d_chw_3x3s2p1__neon_1x4()
186 static void dwconv2d_chw_3x3s2p1__neon_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_2x4() argument
187 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_2x4, 3, 3, 1, 2, benchmark::uti… in dwconv2d_chw_3x3s2p1__neon_2x4()
189 static void dwconv2d_chw_3x3s2p1__neon_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_3x4() argument
190 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_3x4, 3, 3, 1, 2, benchmark::uti… in dwconv2d_chw_3x3s2p1__neon_3x4()
192 static void dwconv2d_chw_3x3s2p1__neon_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_4x4() argument
193 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_4x4, 3, 3, 1, 2, benchmark::uti… in dwconv2d_chw_3x3s2p1__neon_4x4()
195 static void dwconv2d_chw_3x3s2p1__neon_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_1x4_acc2() argument
196 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_1x4_acc2, 3, 3, 1, 2, benchmark… in dwconv2d_chw_3x3s2p1__neon_1x4_acc2()
198 static void dwconv2d_chw_3x3s2p1__neon_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_1x4_acc3() argument
199 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_1x4_acc3, 3, 3, 1, 2, benchmark… in dwconv2d_chw_3x3s2p1__neon_1x4_acc3()
201 static void dwconv2d_chw_3x3s2p1__neon_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_1x4_acc4() argument
202 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_1x4_acc4, 3, 3, 1, 2, benchmark… in dwconv2d_chw_3x3s2p1__neon_1x4_acc4()
204 static void dwconv2d_chw_3x3s2p1__neon_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_2x4_acc2() argument
205 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_2x4_acc2, 3, 3, 1, 2, benchmark… in dwconv2d_chw_3x3s2p1__neon_2x4_acc2()
208 static void dwconv2d_chw_5x5p2__neon_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_1x4() argument
209 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_1x4, 5, 5, 2, 1, benchmark::utils… in dwconv2d_chw_5x5p2__neon_1x4()
211 static void dwconv2d_chw_5x5p2__neon_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_2x4() argument
212 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_2x4, 5, 5, 2, 1, benchmark::utils… in dwconv2d_chw_5x5p2__neon_2x4()
214 static void dwconv2d_chw_5x5p2__neon_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_3x4() argument
215 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_3x4, 5, 5, 2, 1, benchmark::utils… in dwconv2d_chw_5x5p2__neon_3x4()
217 static void dwconv2d_chw_5x5p2__neon_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_4x4() argument
218 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_4x4, 5, 5, 2, 1, benchmark::utils… in dwconv2d_chw_5x5p2__neon_4x4()
220 static void dwconv2d_chw_5x5p2__neon_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_5x4() argument
221 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_5x4, 5, 5, 2, 1, benchmark::utils… in dwconv2d_chw_5x5p2__neon_5x4()
223 static void dwconv2d_chw_5x5p2__neon_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_1x4_acc2() argument
224 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_1x4_acc2, 5, 5, 2, 1, benchmark::… in dwconv2d_chw_5x5p2__neon_1x4_acc2()
226 static void dwconv2d_chw_5x5p2__neon_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_1x4_acc3() argument
227 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_1x4_acc3, 5, 5, 2, 1, benchmark::… in dwconv2d_chw_5x5p2__neon_1x4_acc3()
229 static void dwconv2d_chw_5x5p2__neon_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_1x4_acc4() argument
230 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_1x4_acc4, 5, 5, 2, 1, benchmark::… in dwconv2d_chw_5x5p2__neon_1x4_acc4()
232 static void dwconv2d_chw_5x5p2__neon_1x4_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_1x4_acc5() argument
233 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_1x4_acc5, 5, 5, 2, 1, benchmark::… in dwconv2d_chw_5x5p2__neon_1x4_acc5()
235 static void dwconv2d_chw_5x5p2__neon_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_2x4_acc2() argument
236 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_2x4_acc2, 5, 5, 2, 1, benchmark::… in dwconv2d_chw_5x5p2__neon_2x4_acc2()
238 static void dwconv2d_chw_5x5p2__neon_2x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_2x4_acc3() argument
239 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_2x4_acc3, 5, 5, 2, 1, benchmark::… in dwconv2d_chw_5x5p2__neon_2x4_acc3()
241 static void dwconv2d_chw_5x5p2__neon_3x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_3x4_acc2() argument
242 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_3x4_acc2, 5, 5, 2, 1, benchmark::… in dwconv2d_chw_5x5p2__neon_3x4_acc2()
244 static void dwconv2d_chw_5x5p2__neon_4x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_4x4_acc2() argument
245 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_4x4_acc2, 5, 5, 2, 1, benchmark::… in dwconv2d_chw_5x5p2__neon_4x4_acc2()
248 static void dwconv2d_chw_5x5s2p2__neon_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_1x4() argument
249 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_1x4, 5, 5, 2, 2, benchmark::uti… in dwconv2d_chw_5x5s2p2__neon_1x4()
251 static void dwconv2d_chw_5x5s2p2__neon_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_2x4() argument
252 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_2x4, 5, 5, 2, 2, benchmark::uti… in dwconv2d_chw_5x5s2p2__neon_2x4()
254 static void dwconv2d_chw_5x5s2p2__neon_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_3x4() argument
255 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_3x4, 5, 5, 2, 2, benchmark::uti… in dwconv2d_chw_5x5s2p2__neon_3x4()
257 static void dwconv2d_chw_5x5s2p2__neon_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_1x4_acc2() argument
258 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_1x4_acc2, 5, 5, 2, 2, benchmark… in dwconv2d_chw_5x5s2p2__neon_1x4_acc2()
260 static void dwconv2d_chw_5x5s2p2__neon_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_1x4_acc3() argument
261 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_1x4_acc3, 5, 5, 2, 2, benchmark… in dwconv2d_chw_5x5s2p2__neon_1x4_acc3()
263 static void dwconv2d_chw_5x5s2p2__neon_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_1x4_acc4() argument
264 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_1x4_acc4, 5, 5, 2, 2, benchmark… in dwconv2d_chw_5x5s2p2__neon_1x4_acc4()
266 static void dwconv2d_chw_5x5s2p2__neon_1x4_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_1x4_acc5() argument
267 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_1x4_acc5, 5, 5, 2, 2, benchmark… in dwconv2d_chw_5x5s2p2__neon_1x4_acc5()
269 static void dwconv2d_chw_5x5s2p2__neon_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_2x4_acc2() argument
270 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_2x4_acc2, 5, 5, 2, 2, benchmark… in dwconv2d_chw_5x5s2p2__neon_2x4_acc2()
272 static void dwconv2d_chw_5x5s2p2__neon_2x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_2x4_acc3() argument
273 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_2x4_acc3, 5, 5, 2, 2, benchmark… in dwconv2d_chw_5x5s2p2__neon_2x4_acc3()
275 static void dwconv2d_chw_5x5s2p2__neon_3x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_3x4_acc2() argument
276 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_3x4_acc2, 5, 5, 2, 2, benchmark… in dwconv2d_chw_5x5s2p2__neon_3x4_acc2()
326 static void dwconv2d_chw_3x3p1__neonfma_1x4(benchmark::State& state, const char* net) { in BENCHMARK_DWCONV()
327 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neonfma_1x4, 3, 3, 1, 1); in BENCHMARK_DWCONV()
329 static void dwconv2d_chw_3x3p1__neonfma_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_2x4() argument
330 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neonfma_2x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__neonfma_2x4()
332 static void dwconv2d_chw_3x3p1__neonfma_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_3x4() argument
333 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neonfma_3x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__neonfma_3x4()
335 static void dwconv2d_chw_3x3p1__neonfma_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_4x4() argument
336 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neonfma_4x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__neonfma_4x4()
338 static void dwconv2d_chw_3x3p1__neonfma_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_5x4() argument
339 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neonfma_5x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__neonfma_5x4()
341 static void dwconv2d_chw_3x3p1__neonfma_6x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_6x4() argument
342 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neonfma_6x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__neonfma_6x4()
344 static void dwconv2d_chw_3x3p1__neonfma_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_1x4_acc2() argument
345 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neonfma_1x4_acc2, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__neonfma_1x4_acc2()
347 static void dwconv2d_chw_3x3p1__neonfma_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_1x4_acc3() argument
348 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neonfma_1x4_acc3, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__neonfma_1x4_acc3()
350 static void dwconv2d_chw_3x3p1__neonfma_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_1x4_acc4() argument
351 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neonfma_1x4_acc4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__neonfma_1x4_acc4()
353 static void dwconv2d_chw_3x3p1__neonfma_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_2x4_acc2() argument
354 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neonfma_2x4_acc2, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__neonfma_2x4_acc2()
357 static void dwconv2d_chw_3x3s2p1__neonfma_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_1x4() argument
358 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_1x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__neonfma_1x4()
360 static void dwconv2d_chw_3x3s2p1__neonfma_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_2x4() argument
361 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_2x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__neonfma_2x4()
363 static void dwconv2d_chw_3x3s2p1__neonfma_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_3x4() argument
364 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_3x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__neonfma_3x4()
366 static void dwconv2d_chw_3x3s2p1__neonfma_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_4x4() argument
367 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_4x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__neonfma_4x4()
369 static void dwconv2d_chw_3x3s2p1__neonfma_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_1x4_acc2() argument
370 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_1x4_acc2, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__neonfma_1x4_acc2()
372 static void dwconv2d_chw_3x3s2p1__neonfma_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_1x4_acc3() argument
373 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_1x4_acc3, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__neonfma_1x4_acc3()
375 static void dwconv2d_chw_3x3s2p1__neonfma_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_1x4_acc4() argument
376 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_1x4_acc4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__neonfma_1x4_acc4()
378 static void dwconv2d_chw_3x3s2p1__neonfma_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_2x4_acc2() argument
379 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neonfma_2x4_acc2, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__neonfma_2x4_acc2()
382 static void dwconv2d_chw_5x5p2__neonfma_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_1x4() argument
383 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neonfma_1x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__neonfma_1x4()
385 static void dwconv2d_chw_5x5p2__neonfma_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_2x4() argument
386 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neonfma_2x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__neonfma_2x4()
388 static void dwconv2d_chw_5x5p2__neonfma_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_3x4() argument
389 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neonfma_3x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__neonfma_3x4()
391 static void dwconv2d_chw_5x5p2__neonfma_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_4x4() argument
392 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neonfma_4x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__neonfma_4x4()
394 static void dwconv2d_chw_5x5p2__neonfma_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_5x4() argument
395 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neonfma_5x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__neonfma_5x4()
397 static void dwconv2d_chw_5x5p2__neonfma_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_1x4_acc2() argument
398 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neonfma_1x4_acc2, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__neonfma_1x4_acc2()
400 static void dwconv2d_chw_5x5p2__neonfma_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_1x4_acc3() argument
401 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neonfma_1x4_acc3, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__neonfma_1x4_acc3()
403 static void dwconv2d_chw_5x5p2__neonfma_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_1x4_acc4() argument
404 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neonfma_1x4_acc4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__neonfma_1x4_acc4()
406 static void dwconv2d_chw_5x5p2__neonfma_1x4_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_1x4_acc5() argument
407 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neonfma_1x4_acc5, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__neonfma_1x4_acc5()
409 static void dwconv2d_chw_5x5p2__neonfma_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_2x4_acc2() argument
410 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neonfma_2x4_acc2, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__neonfma_2x4_acc2()
412 static void dwconv2d_chw_5x5p2__neonfma_2x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_2x4_acc3() argument
413 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neonfma_2x4_acc3, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__neonfma_2x4_acc3()
415 static void dwconv2d_chw_5x5p2__neonfma_3x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_3x4_acc2() argument
416 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neonfma_3x4_acc2, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__neonfma_3x4_acc2()
418 static void dwconv2d_chw_5x5p2__neonfma_4x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_4x4_acc2() argument
419 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neonfma_4x4_acc2, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__neonfma_4x4_acc2()
422 static void dwconv2d_chw_5x5s2p2__neonfma_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_1x4() argument
423 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neonfma_1x4, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__neonfma_1x4()
425 static void dwconv2d_chw_5x5s2p2__neonfma_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_2x4() argument
426 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neonfma_2x4, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__neonfma_2x4()
428 static void dwconv2d_chw_5x5s2p2__neonfma_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_3x4() argument
429 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neonfma_3x4, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__neonfma_3x4()
431 static void dwconv2d_chw_5x5s2p2__neonfma_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_1x4_acc2() argument
432 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neonfma_1x4_acc2, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__neonfma_1x4_acc2()
434 static void dwconv2d_chw_5x5s2p2__neonfma_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_1x4_acc3() argument
435 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neonfma_1x4_acc3, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__neonfma_1x4_acc3()
437 static void dwconv2d_chw_5x5s2p2__neonfma_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_1x4_acc4() argument
438 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neonfma_1x4_acc4, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__neonfma_1x4_acc4()
440 static void dwconv2d_chw_5x5s2p2__neonfma_1x4_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_1x4_acc5() argument
441 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neonfma_1x4_acc5, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__neonfma_1x4_acc5()
443 static void dwconv2d_chw_5x5s2p2__neonfma_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_2x4_acc2() argument
444 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neonfma_2x4_acc2, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__neonfma_2x4_acc2()
446 static void dwconv2d_chw_5x5s2p2__neonfma_2x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_2x4_acc3() argument
447 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neonfma_2x4_acc3, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__neonfma_2x4_acc3()
449 static void dwconv2d_chw_5x5s2p2__neonfma_3x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_3x4_acc2() argument
450 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neonfma_3x4_acc2, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__neonfma_3x4_acc2()
500 static void dwconv2d_chw_3x3p1__sse_1x4(benchmark::State& state, const char* net) { in BENCHMARK_DWCONV()
501 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__sse_1x4, 3, 3, 1, 1); in BENCHMARK_DWCONV()
503 static void dwconv2d_chw_3x3p1__sse_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_2x4() argument
504 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__sse_2x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__sse_2x4()
506 static void dwconv2d_chw_3x3p1__sse_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_3x4() argument
507 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__sse_3x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__sse_3x4()
509 static void dwconv2d_chw_3x3p1__sse_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_4x4() argument
510 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__sse_4x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__sse_4x4()
512 static void dwconv2d_chw_3x3p1__sse_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_5x4() argument
513 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__sse_5x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__sse_5x4()
515 static void dwconv2d_chw_3x3p1__sse_6x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_6x4() argument
516 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__sse_6x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__sse_6x4()
518 static void dwconv2d_chw_3x3p1__sse_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_1x4_acc2() argument
519 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__sse_1x4_acc2, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__sse_1x4_acc2()
521 static void dwconv2d_chw_3x3p1__sse_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_1x4_acc3() argument
522 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__sse_1x4_acc3, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__sse_1x4_acc3()
524 static void dwconv2d_chw_3x3p1__sse_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_1x4_acc4() argument
525 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__sse_1x4_acc4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__sse_1x4_acc4()
527 static void dwconv2d_chw_3x3p1__sse_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_2x4_acc2() argument
528 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__sse_2x4_acc2, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__sse_2x4_acc2()
531 static void dwconv2d_chw_3x3p1__ssse3_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_1x4() argument
532 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_1x4, 3, 3, 1, 1, benchmark::util… in dwconv2d_chw_3x3p1__ssse3_1x4()
534 static void dwconv2d_chw_3x3p1__ssse3_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_2x4() argument
535 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_2x4, 3, 3, 1, 1, benchmark::util… in dwconv2d_chw_3x3p1__ssse3_2x4()
537 static void dwconv2d_chw_3x3p1__ssse3_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_3x4() argument
538 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_3x4, 3, 3, 1, 1, benchmark::util… in dwconv2d_chw_3x3p1__ssse3_3x4()
540 static void dwconv2d_chw_3x3p1__ssse3_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_4x4() argument
541 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_4x4, 3, 3, 1, 1, benchmark::util… in dwconv2d_chw_3x3p1__ssse3_4x4()
543 static void dwconv2d_chw_3x3p1__ssse3_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_5x4() argument
544 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_5x4, 3, 3, 1, 1, benchmark::util… in dwconv2d_chw_3x3p1__ssse3_5x4()
546 static void dwconv2d_chw_3x3p1__ssse3_6x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_6x4() argument
547 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_6x4, 3, 3, 1, 1, benchmark::util… in dwconv2d_chw_3x3p1__ssse3_6x4()
549 static void dwconv2d_chw_3x3p1__ssse3_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_1x4_acc2() argument
550 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_1x4_acc2, 3, 3, 1, 1, benchmark:… in dwconv2d_chw_3x3p1__ssse3_1x4_acc2()
552 static void dwconv2d_chw_3x3p1__ssse3_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_1x4_acc3() argument
553 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_1x4_acc3, 3, 3, 1, 1, benchmark:… in dwconv2d_chw_3x3p1__ssse3_1x4_acc3()
555 static void dwconv2d_chw_3x3p1__ssse3_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_1x4_acc4() argument
556 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_1x4_acc4, 3, 3, 1, 1, benchmark:… in dwconv2d_chw_3x3p1__ssse3_1x4_acc4()
558 static void dwconv2d_chw_3x3p1__ssse3_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_2x4_acc2() argument
559 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_2x4_acc2, 3, 3, 1, 1, benchmark:… in dwconv2d_chw_3x3p1__ssse3_2x4_acc2()
562 static void dwconv2d_chw_3x3s2p1__sse_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_1x4() argument
563 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__sse_1x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__sse_1x4()
565 static void dwconv2d_chw_3x3s2p1__sse_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_2x4() argument
566 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__sse_2x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__sse_2x4()
568 static void dwconv2d_chw_3x3s2p1__sse_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_3x4() argument
569 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__sse_3x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__sse_3x4()
571 static void dwconv2d_chw_3x3s2p1__sse_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_4x4() argument
572 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__sse_4x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__sse_4x4()
574 static void dwconv2d_chw_3x3s2p1__sse_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_1x4_acc2() argument
575 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__sse_1x4_acc2, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__sse_1x4_acc2()
577 static void dwconv2d_chw_3x3s2p1__sse_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_1x4_acc3() argument
578 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__sse_1x4_acc3, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__sse_1x4_acc3()
580 static void dwconv2d_chw_3x3s2p1__sse_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_1x4_acc4() argument
581 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__sse_1x4_acc4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__sse_1x4_acc4()
583 static void dwconv2d_chw_3x3s2p1__sse_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_2x4_acc2() argument
584 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__sse_2x4_acc2, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__sse_2x4_acc2()
587 static void dwconv2d_chw_5x5p2__sse_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_1x4() argument
588 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__sse_1x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__sse_1x4()
590 static void dwconv2d_chw_5x5p2__sse_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_2x4() argument
591 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__sse_2x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__sse_2x4()
593 static void dwconv2d_chw_5x5p2__sse_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_3x4() argument
594 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__sse_3x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__sse_3x4()
596 static void dwconv2d_chw_5x5p2__sse_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_4x4() argument
597 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__sse_4x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__sse_4x4()
599 static void dwconv2d_chw_5x5p2__sse_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_5x4() argument
600 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__sse_5x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__sse_5x4()
602 static void dwconv2d_chw_5x5p2__sse_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_1x4_acc2() argument
603 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__sse_1x4_acc2, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__sse_1x4_acc2()
605 static void dwconv2d_chw_5x5p2__sse_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_1x4_acc3() argument
606 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__sse_1x4_acc3, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__sse_1x4_acc3()
608 static void dwconv2d_chw_5x5p2__sse_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_1x4_acc4() argument
609 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__sse_1x4_acc4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__sse_1x4_acc4()
611 static void dwconv2d_chw_5x5p2__sse_1x4_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_1x4_acc5() argument
612 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__sse_1x4_acc5, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__sse_1x4_acc5()
614 static void dwconv2d_chw_5x5p2__sse_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_2x4_acc2() argument
615 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__sse_2x4_acc2, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__sse_2x4_acc2()
617 static void dwconv2d_chw_5x5p2__sse_2x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_2x4_acc3() argument
618 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__sse_2x4_acc3, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__sse_2x4_acc3()
620 static void dwconv2d_chw_5x5p2__sse_3x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_3x4_acc2() argument
621 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__sse_3x4_acc2, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__sse_3x4_acc2()
623 static void dwconv2d_chw_5x5p2__sse_4x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_4x4_acc2() argument
624 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__sse_4x4_acc2, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__sse_4x4_acc2()
627 static void dwconv2d_chw_5x5s2p2__sse_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_1x4() argument
628 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__sse_1x4, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__sse_1x4()
630 static void dwconv2d_chw_5x5s2p2__sse_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_2x4() argument
631 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__sse_2x4, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__sse_2x4()
633 static void dwconv2d_chw_5x5s2p2__sse_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_3x4() argument
634 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__sse_3x4, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__sse_3x4()
636 static void dwconv2d_chw_5x5s2p2__sse_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_1x4_acc2() argument
637 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__sse_1x4_acc2, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__sse_1x4_acc2()
639 static void dwconv2d_chw_5x5s2p2__sse_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_1x4_acc3() argument
640 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__sse_1x4_acc3, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__sse_1x4_acc3()
642 static void dwconv2d_chw_5x5s2p2__sse_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_1x4_acc4() argument
643 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__sse_1x4_acc4, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__sse_1x4_acc4()
645 static void dwconv2d_chw_5x5s2p2__sse_1x4_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_1x4_acc5() argument
646 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__sse_1x4_acc5, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__sse_1x4_acc5()
648 static void dwconv2d_chw_5x5s2p2__sse_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_2x4_acc2() argument
649 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__sse_2x4_acc2, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__sse_2x4_acc2()
651 static void dwconv2d_chw_5x5s2p2__sse_2x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_2x4_acc3() argument
652 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__sse_2x4_acc3, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__sse_2x4_acc3()
654 static void dwconv2d_chw_5x5s2p2__sse_3x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_3x4_acc2() argument
655 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__sse_3x4_acc2, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__sse_3x4_acc2()
716 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4(benchmark::State& state, const char* ne… in BENCHMARK_DWCONV()
717 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_loadsplat_1x4, 3, 3, 1, 1… in BENCHMARK_DWCONV()
719 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_2x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_2x4() argument
720 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_loadsplat_2x4, 3, 3, 1, 1… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_2x4()
722 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_3x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_3x4() argument
723 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_loadsplat_3x4, 3, 3, 1, 1… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_3x4()
725 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_4x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_4x4() argument
726 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_loadsplat_4x4, 3, 3, 1, 1… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_4x4()
728 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_5x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_5x4() argument
729 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_loadsplat_5x4, 3, 3, 1, 1… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_5x4()
731 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_6x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_6x4() argument
732 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_loadsplat_6x4, 3, 3, 1, 1… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_6x4()
734 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4_acc2() argument
735 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_loadsplat_1x4_acc2, 3, 3,… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4_acc2()
737 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4_acc3(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4_acc3() argument
738 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_loadsplat_1x4_acc3, 3, 3,… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4_acc3()
740 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4_acc4(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4_acc4() argument
741 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_loadsplat_1x4_acc4, 3, 3,… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4_acc4()
743 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_2x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_2x4_acc2() argument
744 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_loadsplat_2x4_acc2, 3, 3,… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_2x4_acc2()
746 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4() argument
747 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_loadsplat_1x4, 3, 3, 1, 1… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4()
749 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_2x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_2x4() argument
750 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_loadsplat_2x4, 3, 3, 1, 1… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_2x4()
752 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_3x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_3x4() argument
753 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_loadsplat_3x4, 3, 3, 1, 1… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_3x4()
755 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_4x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_4x4() argument
756 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_loadsplat_4x4, 3, 3, 1, 1… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_4x4()
758 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_5x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_5x4() argument
759 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_loadsplat_5x4, 3, 3, 1, 1… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_5x4()
761 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_6x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_6x4() argument
762 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_loadsplat_6x4, 3, 3, 1, 1… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_6x4()
764 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4_acc2() argument
765 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_loadsplat_1x4_acc2, 3, 3,… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4_acc2()
767 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4_acc3(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4_acc3() argument
768 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_loadsplat_1x4_acc3, 3, 3,… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4_acc3()
770 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4_acc4(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4_acc4() argument
771 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_loadsplat_1x4_acc4, 3, 3,… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4_acc4()
773 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_2x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_2x4_acc2() argument
774 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_loadsplat_2x4_acc2, 3, 3,… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_2x4_acc2()
777 static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_1x4() argument
778 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_splat_1x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_1x4()
780 static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_2x4() argument
781 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_splat_2x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_2x4()
783 static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_3x4() argument
784 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_splat_3x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_3x4()
786 static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_4x4() argument
787 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_splat_4x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_4x4()
789 static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_5x4() argument
790 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_splat_5x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_5x4()
792 static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_6x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_6x4() argument
793 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_splat_6x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_6x4()
795 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_1x4_acc2(benchmark::State& state, const char* n… in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_1x4_acc2() argument
796 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_splat_1x4_acc2, 3, 3, 1, … in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_1x4_acc2()
798 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_1x4_acc3(benchmark::State& state, const char* n… in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_1x4_acc3() argument
799 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_splat_1x4_acc3, 3, 3, 1, … in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_1x4_acc3()
801 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_1x4_acc4(benchmark::State& state, const char* n… in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_1x4_acc4() argument
802 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_splat_1x4_acc4, 3, 3, 1, … in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_1x4_acc4()
804 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_2x4_acc2(benchmark::State& state, const char* n… in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_2x4_acc2() argument
805 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_arm_splat_2x4_acc2, 3, 3, 1, … in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_2x4_acc2()
807 static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_1x4() argument
808 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_splat_1x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_1x4()
810 static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_2x4() argument
811 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_splat_2x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_2x4()
813 static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_3x4() argument
814 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_splat_3x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_3x4()
816 static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_4x4() argument
817 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_splat_4x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_4x4()
819 static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_5x4() argument
820 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_splat_5x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_5x4()
822 static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_6x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_6x4() argument
823 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_splat_6x4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_6x4()
825 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_1x4_acc2(benchmark::State& state, const char* n… in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_1x4_acc2() argument
826 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_splat_1x4_acc2, 3, 3, 1, … in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_1x4_acc2()
828 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_1x4_acc3(benchmark::State& state, const char* n… in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_1x4_acc3() argument
829 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_splat_1x4_acc3, 3, 3, 1, … in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_1x4_acc3()
831 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_1x4_acc4(benchmark::State& state, const char* n… in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_1x4_acc4() argument
832 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_splat_1x4_acc4, 3, 3, 1, … in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_1x4_acc4()
834 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_2x4_acc2(benchmark::State& state, const char* n… in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_2x4_acc2() argument
835 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__wasmsimd_x86_splat_2x4_acc2, 3, 3, 1, … in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_2x4_acc2()
838 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4() argument
839 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_1x4, 3, 3, 1,… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4()
841 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_2x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_2x4() argument
842 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_2x4, 3, 3, 1,… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_2x4()
844 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_3x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_3x4() argument
845 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_3x4, 3, 3, 1,… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_3x4()
847 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_4x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_4x4() argument
848 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_4x4, 3, 3, 1,… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_4x4()
850 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc2() argument
851 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc2, 3, … in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc2()
853 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc3(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc3() argument
854 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc3, 3, … in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc3()
856 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc4(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc4() argument
857 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc4, 3, … in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc4()
859 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_2x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_2x4_acc2() argument
860 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_loadsplat_2x4_acc2, 3, … in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_2x4_acc2()
863 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4() argument
864 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_loadsplat_1x4, 3, 3, 1,… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4()
866 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_2x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_2x4() argument
867 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_loadsplat_2x4, 3, 3, 1,… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_2x4()
869 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_3x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_3x4() argument
870 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_loadsplat_3x4, 3, 3, 1,… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_3x4()
872 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_4x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_4x4() argument
873 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_loadsplat_4x4, 3, 3, 1,… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_4x4()
875 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc2() argument
876 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc2, 3, … in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc2()
878 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc3(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc3() argument
879 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc3, 3, … in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc3()
881 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc4(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc4() argument
882 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc4, 3, … in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc4()
884 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_2x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_2x4_acc2() argument
885 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_loadsplat_2x4_acc2, 3, … in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_2x4_acc2()
888 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4() argument
889 … f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_splat_1x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4()
891 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_2x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_2x4() argument
892 … f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_splat_2x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_2x4()
894 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_3x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_3x4() argument
895 … f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_splat_3x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_3x4()
897 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_4x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_4x4() argument
898 … f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_splat_4x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_4x4()
900 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4_acc2() argument
901 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_splat_1x4_acc2, 3, 3, 1… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4_acc2()
903 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4_acc3(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4_acc3() argument
904 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_splat_1x4_acc3, 3, 3, 1… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4_acc3()
906 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4_acc4(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4_acc4() argument
907 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_splat_1x4_acc4, 3, 3, 1… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4_acc4()
909 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_2x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_2x4_acc2() argument
910 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_arm_splat_2x4_acc2, 3, 3, 1… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_2x4_acc2()
913 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4() argument
914 … f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_splat_1x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4()
916 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_2x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_2x4() argument
917 … f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_splat_2x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_2x4()
919 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_3x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_3x4() argument
920 … f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_splat_3x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_3x4()
922 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_4x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_4x4() argument
923 … f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_splat_4x4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_4x4()
925 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4_acc2() argument
926 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_splat_1x4_acc2, 3, 3, 1… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4_acc2()
928 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4_acc3(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4_acc3() argument
929 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_splat_1x4_acc3, 3, 3, 1… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4_acc3()
931 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4_acc4(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4_acc4() argument
932 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_splat_1x4_acc4, 3, 3, 1… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4_acc4()
934 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_2x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_2x4_acc2() argument
935 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__wasmsimd_x86_splat_2x4_acc2, 3, 3, 1… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_2x4_acc2()
938 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4() argument
939 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_loadsplat_1x4, 5, 5, 2, 1… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4()
941 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_2x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_2x4() argument
942 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_loadsplat_2x4, 5, 5, 2, 1… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_2x4()
944 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_3x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_3x4() argument
945 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_loadsplat_3x4, 5, 5, 2, 1… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_3x4()
947 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_4x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_4x4() argument
948 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_loadsplat_4x4, 5, 5, 2, 1… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_4x4()
950 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_5x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_5x4() argument
951 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_loadsplat_5x4, 5, 5, 2, 1… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_5x4()
953 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc2() argument
954 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_loadsplat_1x4_acc2, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc2()
956 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc3(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc3() argument
957 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_loadsplat_1x4_acc3, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc3()
959 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc4(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc4() argument
960 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_loadsplat_1x4_acc4, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc4()
962 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc5(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc5() argument
963 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_loadsplat_1x4_acc5, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc5()
965 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_2x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_2x4_acc2() argument
966 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_loadsplat_2x4_acc2, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_2x4_acc2()
968 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_2x4_acc3(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_2x4_acc3() argument
969 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_loadsplat_2x4_acc3, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_2x4_acc3()
971 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_3x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_3x4_acc2() argument
972 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_loadsplat_3x4_acc2, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_3x4_acc2()
974 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_4x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_4x4_acc2() argument
975 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_loadsplat_4x4_acc2, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_4x4_acc2()
978 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4() argument
979 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_loadsplat_1x4, 5, 5, 2, 1… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4()
981 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_2x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_2x4() argument
982 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_loadsplat_2x4, 5, 5, 2, 1… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_2x4()
984 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_3x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_3x4() argument
985 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_loadsplat_3x4, 5, 5, 2, 1… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_3x4()
987 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_4x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_4x4() argument
988 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_loadsplat_4x4, 5, 5, 2, 1… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_4x4()
990 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_5x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_5x4() argument
991 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_loadsplat_5x4, 5, 5, 2, 1… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_5x4()
993 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc2() argument
994 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_loadsplat_1x4_acc2, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc2()
996 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc3(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc3() argument
997 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_loadsplat_1x4_acc3, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc3()
999 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc4(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc4() argument
1000 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_loadsplat_1x4_acc4, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc4()
1002 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc5(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc5() argument
1003 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_loadsplat_1x4_acc5, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc5()
1005 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_2x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_2x4_acc2() argument
1006 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_loadsplat_2x4_acc2, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_2x4_acc2()
1008 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_2x4_acc3(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_2x4_acc3() argument
1009 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_loadsplat_2x4_acc3, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_2x4_acc3()
1011 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_3x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_3x4_acc2() argument
1012 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_loadsplat_3x4_acc2, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_3x4_acc2()
1014 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_4x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_4x4_acc2() argument
1015 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_loadsplat_4x4_acc2, 5, 5,… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_4x4_acc2()
1018 static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4() argument
1019 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_splat_1x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4()
1021 static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_2x4() argument
1022 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_splat_2x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_2x4()
1024 static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_3x4() argument
1025 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_splat_3x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_3x4()
1027 static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_4x4() argument
1028 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_splat_4x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_4x4()
1030 static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_5x4() argument
1031 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_splat_5x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_5x4()
1033 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4_acc2(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4_acc2() argument
1034 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_splat_1x4_acc2, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4_acc2()
1036 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4_acc3(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4_acc3() argument
1037 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_splat_1x4_acc3, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4_acc3()
1039 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4_acc4(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4_acc4() argument
1040 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_splat_1x4_acc4, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4_acc4()
1042 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4_acc5(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4_acc5() argument
1043 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_splat_1x4_acc5, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4_acc5()
1045 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_2x4_acc2(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_2x4_acc2() argument
1046 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_splat_2x4_acc2, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_2x4_acc2()
1048 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_2x4_acc3(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_2x4_acc3() argument
1049 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_splat_2x4_acc3, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_2x4_acc3()
1051 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_3x4_acc2(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_3x4_acc2() argument
1052 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_splat_3x4_acc2, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_3x4_acc2()
1054 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_4x4_acc2(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_4x4_acc2() argument
1055 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_arm_splat_4x4_acc2, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_4x4_acc2()
1058 static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4() argument
1059 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_splat_1x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4()
1061 static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_2x4() argument
1062 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_splat_2x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_2x4()
1064 static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_3x4() argument
1065 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_splat_3x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_3x4()
1067 static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_4x4() argument
1068 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_splat_4x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_4x4()
1070 static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_5x4() argument
1071 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_splat_5x4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_5x4()
1073 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4_acc2(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4_acc2() argument
1074 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_splat_1x4_acc2, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4_acc2()
1076 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4_acc3(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4_acc3() argument
1077 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_splat_1x4_acc3, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4_acc3()
1079 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4_acc4(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4_acc4() argument
1080 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_splat_1x4_acc4, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4_acc4()
1082 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4_acc5(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4_acc5() argument
1083 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_splat_1x4_acc5, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4_acc5()
1085 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_2x4_acc2(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_2x4_acc2() argument
1086 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_splat_2x4_acc2, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_2x4_acc2()
1088 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_2x4_acc3(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_2x4_acc3() argument
1089 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_splat_2x4_acc3, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_2x4_acc3()
1091 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_3x4_acc2(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_3x4_acc2() argument
1092 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_splat_3x4_acc2, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_3x4_acc2()
1094 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_4x4_acc2(benchmark::State& state, const char* n… in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_4x4_acc2() argument
1095 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__wasmsimd_x86_splat_4x4_acc2, 5, 5, 2, … in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_4x4_acc2()
1098 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4(benchmark::State& state, const char* … in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4() argument
1099 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_loadsplat_1x4, 5, 5, 2,… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4()
1101 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_2x4(benchmark::State& state, const char* … in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_2x4() argument
1102 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_loadsplat_2x4, 5, 5, 2,… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_2x4()
1104 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_3x4(benchmark::State& state, const char* … in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_3x4() argument
1105 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_loadsplat_3x4, 5, 5, 2,… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_3x4()
1107 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc2() argument
1108 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc2, 5, … in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc2()
1110 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc3(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc3() argument
1111 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc3, 5, … in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc3()
1113 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc4(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc4() argument
1114 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc4, 5, … in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc4()
1116 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc5(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc5() argument
1117 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc5, 5, … in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc5()
1119 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_2x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_2x4_acc2() argument
1120 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_loadsplat_2x4_acc2, 5, … in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_2x4_acc2()
1122 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_2x4_acc3(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_2x4_acc3() argument
1123 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_loadsplat_2x4_acc3, 5, … in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_2x4_acc3()
1125 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_3x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_3x4_acc2() argument
1126 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_loadsplat_3x4_acc2, 5, … in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_3x4_acc2()
1129 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4(benchmark::State& state, const char* … in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4() argument
1130 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_loadsplat_1x4, 5, 5, 2,… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4()
1132 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_2x4(benchmark::State& state, const char* … in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_2x4() argument
1133 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_loadsplat_2x4, 5, 5, 2,… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_2x4()
1135 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_3x4(benchmark::State& state, const char* … in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_3x4() argument
1136 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_loadsplat_3x4, 5, 5, 2,… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_3x4()
1138 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc2() argument
1139 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc2, 5, … in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc2()
1141 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc3(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc3() argument
1142 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc3, 5, … in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc3()
1144 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc4(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc4() argument
1145 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc4, 5, … in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc4()
1147 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc5(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc5() argument
1148 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc5, 5, … in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc5()
1150 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_2x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_2x4_acc2() argument
1151 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_loadsplat_2x4_acc2, 5, … in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_2x4_acc2()
1153 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_2x4_acc3(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_2x4_acc3() argument
1154 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_loadsplat_2x4_acc3, 5, … in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_2x4_acc3()
1156 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_3x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_3x4_acc2() argument
1157 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_loadsplat_3x4_acc2, 5, … in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_3x4_acc2()
1160 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4(benchmark::State& state, const char* net)… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4() argument
1161 … f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_splat_1x4, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4()
1163 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_2x4(benchmark::State& state, const char* net)… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_2x4() argument
1164 … f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_splat_2x4, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_2x4()
1166 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_3x4(benchmark::State& state, const char* net)… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_3x4() argument
1167 … f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_splat_3x4, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_3x4()
1169 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc2() argument
1170 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_splat_1x4_acc2, 5, 5, 2… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc2()
1172 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc3(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc3() argument
1173 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_splat_1x4_acc3, 5, 5, 2… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc3()
1175 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc4(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc4() argument
1176 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_splat_1x4_acc4, 5, 5, 2… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc4()
1178 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc5(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc5() argument
1179 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_splat_1x4_acc5, 5, 5, 2… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc5()
1181 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_2x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_2x4_acc2() argument
1182 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_splat_2x4_acc2, 5, 5, 2… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_2x4_acc2()
1184 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_2x4_acc3(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_2x4_acc3() argument
1185 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_splat_2x4_acc3, 5, 5, 2… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_2x4_acc3()
1187 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_3x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_3x4_acc2() argument
1188 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_arm_splat_3x4_acc2, 5, 5, 2… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_3x4_acc2()
1191 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4(benchmark::State& state, const char* net)… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4() argument
1192 … f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_splat_1x4, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4()
1194 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_2x4(benchmark::State& state, const char* net)… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_2x4() argument
1195 … f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_splat_2x4, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_2x4()
1197 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_3x4(benchmark::State& state, const char* net)… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_3x4() argument
1198 … f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_splat_3x4, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_3x4()
1200 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc2() argument
1201 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_splat_1x4_acc2, 5, 5, 2… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc2()
1203 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc3(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc3() argument
1204 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_splat_1x4_acc3, 5, 5, 2… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc3()
1206 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc4(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc4() argument
1207 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_splat_1x4_acc4, 5, 5, 2… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc4()
1209 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc5(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc5() argument
1210 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_splat_1x4_acc5, 5, 5, 2… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc5()
1212 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_2x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_2x4_acc2() argument
1213 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_splat_2x4_acc2, 5, 5, 2… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_2x4_acc2()
1215 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_2x4_acc3(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_2x4_acc3() argument
1216 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_splat_2x4_acc3, 5, 5, 2… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_2x4_acc3()
1218 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_3x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_3x4_acc2() argument
1219 …f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__wasmsimd_x86_splat_3x4_acc2, 5, 5, 2… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_3x4_acc2()
1403 static void dwconv2d_chw_3x3p1__scalar_1x1(benchmark::State& state, const char* net) { in BENCHMARK_DWCONV()
1404 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__scalar_1x1, 3, 3, 1, 1); in BENCHMARK_DWCONV()
1406 static void dwconv2d_chw_3x3p1__scalar_2x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_2x1() argument
1407 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__scalar_2x1, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__scalar_2x1()
1409 static void dwconv2d_chw_3x3p1__scalar_3x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_3x1() argument
1410 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__scalar_3x1, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__scalar_3x1()
1412 static void dwconv2d_chw_3x3p1__scalar_4x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_4x1() argument
1413 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__scalar_4x1, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__scalar_4x1()
1415 static void dwconv2d_chw_3x3p1__scalar_5x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_5x1() argument
1416 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__scalar_5x1, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__scalar_5x1()
1418 static void dwconv2d_chw_3x3p1__scalar_6x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_6x1() argument
1419 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__scalar_6x1, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__scalar_6x1()
1421 static void dwconv2d_chw_3x3p1__scalar_1x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_1x1_acc2() argument
1422 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__scalar_1x1_acc2, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__scalar_1x1_acc2()
1424 static void dwconv2d_chw_3x3p1__scalar_1x1_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_1x1_acc3() argument
1425 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__scalar_1x1_acc3, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__scalar_1x1_acc3()
1427 static void dwconv2d_chw_3x3p1__scalar_1x1_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_1x1_acc4() argument
1428 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__scalar_1x1_acc4, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__scalar_1x1_acc4()
1430 static void dwconv2d_chw_3x3p1__scalar_2x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_2x1_acc2() argument
1431 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__scalar_2x1_acc2, 3, 3, 1, 1); in dwconv2d_chw_3x3p1__scalar_2x1_acc2()
1434 static void dwconv2d_chw_3x3s2p1__scalar_1x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_1x1() argument
1435 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__scalar_1x1()
1437 static void dwconv2d_chw_3x3s2p1__scalar_2x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_2x1() argument
1438 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_2x1, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__scalar_2x1()
1440 static void dwconv2d_chw_3x3s2p1__scalar_3x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_3x1() argument
1441 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_3x1, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__scalar_3x1()
1443 static void dwconv2d_chw_3x3s2p1__scalar_4x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_4x1() argument
1444 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_4x1, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__scalar_4x1()
1446 static void dwconv2d_chw_3x3s2p1__scalar_1x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_1x1_acc2() argument
1447 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1_acc2, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__scalar_1x1_acc2()
1449 static void dwconv2d_chw_3x3s2p1__scalar_1x1_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_1x1_acc3() argument
1450 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1_acc3, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__scalar_1x1_acc3()
1452 static void dwconv2d_chw_3x3s2p1__scalar_1x1_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_1x1_acc4() argument
1453 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_1x1_acc4, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__scalar_1x1_acc4()
1455 static void dwconv2d_chw_3x3s2p1__scalar_2x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_2x1_acc2() argument
1456 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__scalar_2x1_acc2, 3, 3, 1, 2); in dwconv2d_chw_3x3s2p1__scalar_2x1_acc2()
1459 static void dwconv2d_chw_5x5p2__scalar_1x1(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_1x1() argument
1460 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__scalar_1x1, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__scalar_1x1()
1462 static void dwconv2d_chw_5x5p2__scalar_2x1(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_2x1() argument
1463 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__scalar_2x1, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__scalar_2x1()
1465 static void dwconv2d_chw_5x5p2__scalar_3x1(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_3x1() argument
1466 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__scalar_3x1, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__scalar_3x1()
1468 static void dwconv2d_chw_5x5p2__scalar_1x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_1x1_acc2() argument
1469 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__scalar_1x1_acc2, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__scalar_1x1_acc2()
1471 static void dwconv2d_chw_5x5p2__scalar_1x1_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_1x1_acc3() argument
1472 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__scalar_1x1_acc3, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__scalar_1x1_acc3()
1474 static void dwconv2d_chw_5x5p2__scalar_1x1_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_1x1_acc4() argument
1475 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__scalar_1x1_acc4, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__scalar_1x1_acc4()
1477 static void dwconv2d_chw_5x5p2__scalar_1x1_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_1x1_acc5() argument
1478 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__scalar_1x1_acc5, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__scalar_1x1_acc5()
1480 static void dwconv2d_chw_5x5p2__scalar_2x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_2x1_acc2() argument
1481 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__scalar_2x1_acc2, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__scalar_2x1_acc2()
1483 static void dwconv2d_chw_5x5p2__scalar_2x1_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_2x1_acc3() argument
1484 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__scalar_2x1_acc3, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__scalar_2x1_acc3()
1486 static void dwconv2d_chw_5x5p2__scalar_3x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_3x1_acc2() argument
1487 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__scalar_3x1_acc2, 5, 5, 2, 1); in dwconv2d_chw_5x5p2__scalar_3x1_acc2()
1490 static void dwconv2d_chw_5x5s2p2__scalar_1x1(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_1x1() argument
1491 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__scalar_1x1()
1493 static void dwconv2d_chw_5x5s2p2__scalar_2x1(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_2x1() argument
1494 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__scalar_2x1()
1496 static void dwconv2d_chw_5x5s2p2__scalar_3x1(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_3x1() argument
1497 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__scalar_3x1()
1499 static void dwconv2d_chw_5x5s2p2__scalar_1x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_1x1_acc2() argument
1500 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc2, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__scalar_1x1_acc2()
1502 static void dwconv2d_chw_5x5s2p2__scalar_1x1_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_1x1_acc3() argument
1503 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc3, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__scalar_1x1_acc3()
1505 static void dwconv2d_chw_5x5s2p2__scalar_1x1_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_1x1_acc4() argument
1506 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc4, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__scalar_1x1_acc4()
1508 static void dwconv2d_chw_5x5s2p2__scalar_1x1_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_1x1_acc5() argument
1509 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_1x1_acc5, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__scalar_1x1_acc5()
1511 static void dwconv2d_chw_5x5s2p2__scalar_2x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_2x1_acc2() argument
1512 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc2, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__scalar_2x1_acc2()
1514 static void dwconv2d_chw_5x5s2p2__scalar_2x1_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_2x1_acc3() argument
1515 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_2x1_acc3, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__scalar_2x1_acc3()
1517 static void dwconv2d_chw_5x5s2p2__scalar_3x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_3x1_acc2() argument
1518 f32_dwconv2d_chw(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__scalar_3x1_acc2, 5, 5, 2, 2); in dwconv2d_chw_5x5s2p2__scalar_3x1_acc2()