• Home
  • Raw
  • Download

Lines Matching full:benchmark

13 #include <benchmark/benchmark.h>
26 static void DWConv2DBenchmark(benchmark::State& state, in DWConv2DBenchmark()
29 benchmark::utils::IsaCheckFunction isa_check = nullptr) in DWConv2DBenchmark()
94 benchmark::utils::DivideRoundUp<size_t>(benchmark::utils::GetMaxCacheSize(), in DWConv2DBenchmark()
118 benchmark::utils::PrefetchToL1(input.data(), input.size() * sizeof(float)); in DWConv2DBenchmark()
134 const uint64_t cpu_frequency = benchmark::utils::GetCurrentCpuFrequency(); in DWConv2DBenchmark()
139 state.counters["FLOPS"] = benchmark::Counter( in DWConv2DBenchmark()
141 benchmark::Counter::kIsRate); in DWConv2DBenchmark()
143 state.counters["bytes"] = benchmark::Counter( in DWConv2DBenchmark()
145 benchmark::Counter::kIsRate); in DWConv2DBenchmark()
149 static void dwconv2d_chw_3x3p1__neon_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_1x4()
150 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_1x4, 3, 3, 1, 1, benchmark::util… in dwconv2d_chw_3x3p1__neon_1x4()
152 static void dwconv2d_chw_3x3p1__neon_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_2x4()
153 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_2x4, 3, 3, 1, 1, benchmark::util… in dwconv2d_chw_3x3p1__neon_2x4()
155 static void dwconv2d_chw_3x3p1__neon_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_3x4()
156 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_3x4, 3, 3, 1, 1, benchmark::util… in dwconv2d_chw_3x3p1__neon_3x4()
158 static void dwconv2d_chw_3x3p1__neon_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_4x4()
159 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_4x4, 3, 3, 1, 1, benchmark::util… in dwconv2d_chw_3x3p1__neon_4x4()
161 static void dwconv2d_chw_3x3p1__neon_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_5x4()
162 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_5x4, 3, 3, 1, 1, benchmark::util… in dwconv2d_chw_3x3p1__neon_5x4()
164 static void dwconv2d_chw_3x3p1__neon_6x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_6x4()
165 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_6x4, 3, 3, 1, 1, benchmark::util… in dwconv2d_chw_3x3p1__neon_6x4()
167 static void dwconv2d_chw_3x3p1__neon_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_1x4_acc2()
168 …k(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_1x4_acc2, 3, 3, 1, 1, benchmark::utils::CheckNEO… in dwconv2d_chw_3x3p1__neon_1x4_acc2()
170 static void dwconv2d_chw_3x3p1__neon_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_1x4_acc3()
171 …k(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_1x4_acc3, 3, 3, 1, 1, benchmark::utils::CheckNEO… in dwconv2d_chw_3x3p1__neon_1x4_acc3()
173 static void dwconv2d_chw_3x3p1__neon_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_1x4_acc4()
174 …k(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_1x4_acc4, 3, 3, 1, 1, benchmark::utils::CheckNEO… in dwconv2d_chw_3x3p1__neon_1x4_acc4()
176 static void dwconv2d_chw_3x3p1__neon_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neon_2x4_acc2()
177 …k(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__neon_2x4_acc2, 3, 3, 1, 1, benchmark::utils::CheckNEO… in dwconv2d_chw_3x3p1__neon_2x4_acc2()
180 static void dwconv2d_chw_3x3s2p1__neon_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_1x4()
181 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_1x4, 3, 3, 1, 2, benchmark::ut… in dwconv2d_chw_3x3s2p1__neon_1x4()
183 static void dwconv2d_chw_3x3s2p1__neon_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_2x4()
184 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_2x4, 3, 3, 1, 2, benchmark::ut… in dwconv2d_chw_3x3s2p1__neon_2x4()
186 static void dwconv2d_chw_3x3s2p1__neon_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_3x4()
187 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_3x4, 3, 3, 1, 2, benchmark::ut… in dwconv2d_chw_3x3s2p1__neon_3x4()
189 static void dwconv2d_chw_3x3s2p1__neon_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_4x4()
190 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_4x4, 3, 3, 1, 2, benchmark::ut… in dwconv2d_chw_3x3s2p1__neon_4x4()
192 static void dwconv2d_chw_3x3s2p1__neon_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_1x4_acc2()
193 …state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_1x4_acc2, 3, 3, 1, 2, benchmark::utils::CheckNEO… in dwconv2d_chw_3x3s2p1__neon_1x4_acc2()
195 static void dwconv2d_chw_3x3s2p1__neon_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_1x4_acc3()
196 …state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_1x4_acc3, 3, 3, 1, 2, benchmark::utils::CheckNEO… in dwconv2d_chw_3x3s2p1__neon_1x4_acc3()
198 static void dwconv2d_chw_3x3s2p1__neon_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_1x4_acc4()
199 …state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_1x4_acc4, 3, 3, 1, 2, benchmark::utils::CheckNEO… in dwconv2d_chw_3x3s2p1__neon_1x4_acc4()
201 static void dwconv2d_chw_3x3s2p1__neon_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neon_2x4_acc2()
202 …state, xnn_f32_dwconv2d_chw_ukernel_3x3s2p1__neon_2x4_acc2, 3, 3, 1, 2, benchmark::utils::CheckNEO… in dwconv2d_chw_3x3s2p1__neon_2x4_acc2()
205 static void dwconv2d_chw_5x5p2__neon_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_1x4()
206 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_1x4, 5, 5, 2, 1, benchmark::util… in dwconv2d_chw_5x5p2__neon_1x4()
208 static void dwconv2d_chw_5x5p2__neon_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_2x4()
209 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_2x4, 5, 5, 2, 1, benchmark::util… in dwconv2d_chw_5x5p2__neon_2x4()
211 static void dwconv2d_chw_5x5p2__neon_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_3x4()
212 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_3x4, 5, 5, 2, 1, benchmark::util… in dwconv2d_chw_5x5p2__neon_3x4()
214 static void dwconv2d_chw_5x5p2__neon_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_4x4()
215 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_4x4, 5, 5, 2, 1, benchmark::util… in dwconv2d_chw_5x5p2__neon_4x4()
217 static void dwconv2d_chw_5x5p2__neon_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_5x4()
218 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_5x4, 5, 5, 2, 1, benchmark::util… in dwconv2d_chw_5x5p2__neon_5x4()
220 static void dwconv2d_chw_5x5p2__neon_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_1x4_acc2()
221 …k(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_1x4_acc2, 5, 5, 2, 1, benchmark::utils::CheckNEO… in dwconv2d_chw_5x5p2__neon_1x4_acc2()
223 static void dwconv2d_chw_5x5p2__neon_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_1x4_acc3()
224 …k(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_1x4_acc3, 5, 5, 2, 1, benchmark::utils::CheckNEO… in dwconv2d_chw_5x5p2__neon_1x4_acc3()
226 static void dwconv2d_chw_5x5p2__neon_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_1x4_acc4()
227 …k(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_1x4_acc4, 5, 5, 2, 1, benchmark::utils::CheckNEO… in dwconv2d_chw_5x5p2__neon_1x4_acc4()
229 static void dwconv2d_chw_5x5p2__neon_1x4_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_1x4_acc5()
230 …k(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_1x4_acc5, 5, 5, 2, 1, benchmark::utils::CheckNEO… in dwconv2d_chw_5x5p2__neon_1x4_acc5()
232 static void dwconv2d_chw_5x5p2__neon_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_2x4_acc2()
233 …k(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_2x4_acc2, 5, 5, 2, 1, benchmark::utils::CheckNEO… in dwconv2d_chw_5x5p2__neon_2x4_acc2()
235 static void dwconv2d_chw_5x5p2__neon_2x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_2x4_acc3()
236 …k(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_2x4_acc3, 5, 5, 2, 1, benchmark::utils::CheckNEO… in dwconv2d_chw_5x5p2__neon_2x4_acc3()
238 static void dwconv2d_chw_5x5p2__neon_3x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_3x4_acc2()
239 …k(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_3x4_acc2, 5, 5, 2, 1, benchmark::utils::CheckNEO… in dwconv2d_chw_5x5p2__neon_3x4_acc2()
241 static void dwconv2d_chw_5x5p2__neon_4x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neon_4x4_acc2()
242 …k(state, xnn_f32_dwconv2d_chw_ukernel_5x5p2__neon_4x4_acc2, 5, 5, 2, 1, benchmark::utils::CheckNEO… in dwconv2d_chw_5x5p2__neon_4x4_acc2()
245 static void dwconv2d_chw_5x5s2p2__neon_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_1x4()
246 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_1x4, 5, 5, 2, 2, benchmark::ut… in dwconv2d_chw_5x5s2p2__neon_1x4()
248 static void dwconv2d_chw_5x5s2p2__neon_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_2x4()
249 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_2x4, 5, 5, 2, 2, benchmark::ut… in dwconv2d_chw_5x5s2p2__neon_2x4()
251 static void dwconv2d_chw_5x5s2p2__neon_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_3x4()
252 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_3x4, 5, 5, 2, 2, benchmark::ut… in dwconv2d_chw_5x5s2p2__neon_3x4()
254 static void dwconv2d_chw_5x5s2p2__neon_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_1x4_acc2()
255 …state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_1x4_acc2, 5, 5, 2, 2, benchmark::utils::CheckNEO… in dwconv2d_chw_5x5s2p2__neon_1x4_acc2()
257 static void dwconv2d_chw_5x5s2p2__neon_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_1x4_acc3()
258 …state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_1x4_acc3, 5, 5, 2, 2, benchmark::utils::CheckNEO… in dwconv2d_chw_5x5s2p2__neon_1x4_acc3()
260 static void dwconv2d_chw_5x5s2p2__neon_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_1x4_acc4()
261 …state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_1x4_acc4, 5, 5, 2, 2, benchmark::utils::CheckNEO… in dwconv2d_chw_5x5s2p2__neon_1x4_acc4()
263 static void dwconv2d_chw_5x5s2p2__neon_1x4_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_1x4_acc5()
264 …state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_1x4_acc5, 5, 5, 2, 2, benchmark::utils::CheckNEO… in dwconv2d_chw_5x5s2p2__neon_1x4_acc5()
266 static void dwconv2d_chw_5x5s2p2__neon_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_2x4_acc2()
267 …state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_2x4_acc2, 5, 5, 2, 2, benchmark::utils::CheckNEO… in dwconv2d_chw_5x5s2p2__neon_2x4_acc2()
269 static void dwconv2d_chw_5x5s2p2__neon_2x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_2x4_acc3()
270 …state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_2x4_acc3, 5, 5, 2, 2, benchmark::utils::CheckNEO… in dwconv2d_chw_5x5s2p2__neon_2x4_acc3()
272 static void dwconv2d_chw_5x5s2p2__neon_3x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neon_3x4_acc2()
273 …state, xnn_f32_dwconv2d_chw_ukernel_5x5s2p2__neon_3x4_acc2, 5, 5, 2, 2, benchmark::utils::CheckNEO… in dwconv2d_chw_5x5s2p2__neon_3x4_acc2()
323 static void dwconv2d_chw_3x3p1__neonfma_1x4(benchmark::State& state, const char* net) { in BENCHMARK_DWCONV()
326 static void dwconv2d_chw_3x3p1__neonfma_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_2x4()
329 static void dwconv2d_chw_3x3p1__neonfma_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_3x4()
332 static void dwconv2d_chw_3x3p1__neonfma_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_4x4()
335 static void dwconv2d_chw_3x3p1__neonfma_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_5x4()
338 static void dwconv2d_chw_3x3p1__neonfma_6x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_6x4()
341 static void dwconv2d_chw_3x3p1__neonfma_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_1x4_acc2()
344 static void dwconv2d_chw_3x3p1__neonfma_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_1x4_acc3()
347 static void dwconv2d_chw_3x3p1__neonfma_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_1x4_acc4()
350 static void dwconv2d_chw_3x3p1__neonfma_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__neonfma_2x4_acc2()
354 static void dwconv2d_chw_3x3s2p1__neonfma_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_1x4()
357 static void dwconv2d_chw_3x3s2p1__neonfma_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_2x4()
360 static void dwconv2d_chw_3x3s2p1__neonfma_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_3x4()
363 static void dwconv2d_chw_3x3s2p1__neonfma_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_4x4()
366 static void dwconv2d_chw_3x3s2p1__neonfma_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_1x4_acc2()
369 static void dwconv2d_chw_3x3s2p1__neonfma_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_1x4_acc3()
372 static void dwconv2d_chw_3x3s2p1__neonfma_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_1x4_acc4()
375 static void dwconv2d_chw_3x3s2p1__neonfma_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__neonfma_2x4_acc2()
379 static void dwconv2d_chw_5x5p2__neonfma_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_1x4()
382 static void dwconv2d_chw_5x5p2__neonfma_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_2x4()
385 static void dwconv2d_chw_5x5p2__neonfma_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_3x4()
388 static void dwconv2d_chw_5x5p2__neonfma_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_4x4()
391 static void dwconv2d_chw_5x5p2__neonfma_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_5x4()
394 static void dwconv2d_chw_5x5p2__neonfma_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_1x4_acc2()
397 static void dwconv2d_chw_5x5p2__neonfma_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_1x4_acc3()
400 static void dwconv2d_chw_5x5p2__neonfma_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_1x4_acc4()
403 static void dwconv2d_chw_5x5p2__neonfma_1x4_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_1x4_acc5()
406 static void dwconv2d_chw_5x5p2__neonfma_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_2x4_acc2()
409 static void dwconv2d_chw_5x5p2__neonfma_2x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_2x4_acc3()
412 static void dwconv2d_chw_5x5p2__neonfma_3x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_3x4_acc2()
415 static void dwconv2d_chw_5x5p2__neonfma_4x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__neonfma_4x4_acc2()
419 static void dwconv2d_chw_5x5s2p2__neonfma_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_1x4()
422 static void dwconv2d_chw_5x5s2p2__neonfma_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_2x4()
425 static void dwconv2d_chw_5x5s2p2__neonfma_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_3x4()
428 static void dwconv2d_chw_5x5s2p2__neonfma_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_1x4_acc2()
431 static void dwconv2d_chw_5x5s2p2__neonfma_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_1x4_acc3()
434 static void dwconv2d_chw_5x5s2p2__neonfma_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_1x4_acc4()
437 static void dwconv2d_chw_5x5s2p2__neonfma_1x4_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_1x4_acc5()
440 static void dwconv2d_chw_5x5s2p2__neonfma_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_2x4_acc2()
443 static void dwconv2d_chw_5x5s2p2__neonfma_2x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_2x4_acc3()
446 static void dwconv2d_chw_5x5s2p2__neonfma_3x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__neonfma_3x4_acc2()
497 static void dwconv2d_chw_3x3p1__sse_1x4(benchmark::State& state, const char* net) { in BENCHMARK_DWCONV()
500 static void dwconv2d_chw_3x3p1__sse_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_2x4()
503 static void dwconv2d_chw_3x3p1__sse_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_3x4()
506 static void dwconv2d_chw_3x3p1__sse_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_4x4()
509 static void dwconv2d_chw_3x3p1__sse_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_5x4()
512 static void dwconv2d_chw_3x3p1__sse_6x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_6x4()
515 static void dwconv2d_chw_3x3p1__sse_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_1x4_acc2()
518 static void dwconv2d_chw_3x3p1__sse_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_1x4_acc3()
521 static void dwconv2d_chw_3x3p1__sse_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_1x4_acc4()
524 static void dwconv2d_chw_3x3p1__sse_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__sse_2x4_acc2()
528 static void dwconv2d_chw_3x3p1__ssse3_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_1x4()
529 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_1x4, 3, 3, 1, 1, benchmark::uti… in dwconv2d_chw_3x3p1__ssse3_1x4()
531 static void dwconv2d_chw_3x3p1__ssse3_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_2x4()
532 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_2x4, 3, 3, 1, 1, benchmark::uti… in dwconv2d_chw_3x3p1__ssse3_2x4()
534 static void dwconv2d_chw_3x3p1__ssse3_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_3x4()
535 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_3x4, 3, 3, 1, 1, benchmark::uti… in dwconv2d_chw_3x3p1__ssse3_3x4()
537 static void dwconv2d_chw_3x3p1__ssse3_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_4x4()
538 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_4x4, 3, 3, 1, 1, benchmark::uti… in dwconv2d_chw_3x3p1__ssse3_4x4()
540 static void dwconv2d_chw_3x3p1__ssse3_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_5x4()
541 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_5x4, 3, 3, 1, 1, benchmark::uti… in dwconv2d_chw_3x3p1__ssse3_5x4()
543 static void dwconv2d_chw_3x3p1__ssse3_6x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_6x4()
544 …DWConv2DBenchmark(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_6x4, 3, 3, 1, 1, benchmark::uti… in dwconv2d_chw_3x3p1__ssse3_6x4()
546 static void dwconv2d_chw_3x3p1__ssse3_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_1x4_acc2()
547 …(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_1x4_acc2, 3, 3, 1, 1, benchmark::utils::CheckSSS… in dwconv2d_chw_3x3p1__ssse3_1x4_acc2()
549 static void dwconv2d_chw_3x3p1__ssse3_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_1x4_acc3()
550 …(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_1x4_acc3, 3, 3, 1, 1, benchmark::utils::CheckSSS… in dwconv2d_chw_3x3p1__ssse3_1x4_acc3()
552 static void dwconv2d_chw_3x3p1__ssse3_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_1x4_acc4()
553 …(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_1x4_acc4, 3, 3, 1, 1, benchmark::utils::CheckSSS… in dwconv2d_chw_3x3p1__ssse3_1x4_acc4()
555 static void dwconv2d_chw_3x3p1__ssse3_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__ssse3_2x4_acc2()
556 …(state, xnn_f32_dwconv2d_chw_ukernel_3x3p1__ssse3_2x4_acc2, 3, 3, 1, 1, benchmark::utils::CheckSSS… in dwconv2d_chw_3x3p1__ssse3_2x4_acc2()
559 static void dwconv2d_chw_3x3s2p1__sse_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_1x4()
562 static void dwconv2d_chw_3x3s2p1__sse_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_2x4()
565 static void dwconv2d_chw_3x3s2p1__sse_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_3x4()
568 static void dwconv2d_chw_3x3s2p1__sse_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_4x4()
571 static void dwconv2d_chw_3x3s2p1__sse_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_1x4_acc2()
574 static void dwconv2d_chw_3x3s2p1__sse_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_1x4_acc3()
577 static void dwconv2d_chw_3x3s2p1__sse_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_1x4_acc4()
580 static void dwconv2d_chw_3x3s2p1__sse_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__sse_2x4_acc2()
584 static void dwconv2d_chw_5x5p2__sse_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_1x4()
587 static void dwconv2d_chw_5x5p2__sse_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_2x4()
590 static void dwconv2d_chw_5x5p2__sse_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_3x4()
593 static void dwconv2d_chw_5x5p2__sse_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_4x4()
596 static void dwconv2d_chw_5x5p2__sse_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_5x4()
599 static void dwconv2d_chw_5x5p2__sse_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_1x4_acc2()
602 static void dwconv2d_chw_5x5p2__sse_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_1x4_acc3()
605 static void dwconv2d_chw_5x5p2__sse_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_1x4_acc4()
608 static void dwconv2d_chw_5x5p2__sse_1x4_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_1x4_acc5()
611 static void dwconv2d_chw_5x5p2__sse_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_2x4_acc2()
614 static void dwconv2d_chw_5x5p2__sse_2x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_2x4_acc3()
617 static void dwconv2d_chw_5x5p2__sse_3x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_3x4_acc2()
620 static void dwconv2d_chw_5x5p2__sse_4x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__sse_4x4_acc2()
624 static void dwconv2d_chw_5x5s2p2__sse_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_1x4()
627 static void dwconv2d_chw_5x5s2p2__sse_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_2x4()
630 static void dwconv2d_chw_5x5s2p2__sse_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_3x4()
633 static void dwconv2d_chw_5x5s2p2__sse_1x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_1x4_acc2()
636 static void dwconv2d_chw_5x5s2p2__sse_1x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_1x4_acc3()
639 static void dwconv2d_chw_5x5s2p2__sse_1x4_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_1x4_acc4()
642 static void dwconv2d_chw_5x5s2p2__sse_1x4_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_1x4_acc5()
645 static void dwconv2d_chw_5x5s2p2__sse_2x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_2x4_acc2()
648 static void dwconv2d_chw_5x5s2p2__sse_2x4_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_2x4_acc3()
651 static void dwconv2d_chw_5x5s2p2__sse_3x4_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__sse_3x4_acc2()
713 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4(benchmark::State& state, const char* ne… in BENCHMARK_DWCONV()
716 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_2x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_2x4()
719 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_3x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_3x4()
722 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_4x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_4x4()
725 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_5x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_5x4()
728 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_6x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_6x4()
731 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4_acc2()
734 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4_acc3(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4_acc3()
737 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4_acc4(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_1x4_acc4()
740 …static void dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_2x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_arm_loadsplat_2x4_acc2()
743 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4()
746 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_2x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_2x4()
749 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_3x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_3x4()
752 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_4x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_4x4()
755 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_5x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_5x4()
758 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_6x4(benchmark::State& state, const char* ne… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_6x4()
761 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4_acc2()
764 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4_acc3(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4_acc3()
767 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4_acc4(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_1x4_acc4()
770 …static void dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_2x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_3x3p1__wasmsimd_x86_loadsplat_2x4_acc2()
774 static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_1x4()
777 static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_2x4()
780 static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_3x4()
783 static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_4x4()
786 static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_5x4()
789 static void dwconv2d_chw_3x3p1__wasmsimd_arm_splat_6x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_arm_splat_6x4()
792 …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()
795 …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()
798 …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()
801 …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()
804 static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_1x4()
807 static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_2x4()
810 static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_3x4()
813 static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_4x4()
816 static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_5x4()
819 static void dwconv2d_chw_3x3p1__wasmsimd_x86_splat_6x4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__wasmsimd_x86_splat_6x4()
822 …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()
825 …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()
828 …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()
831 …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()
835 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4()
838 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_2x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_2x4()
841 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_3x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_3x4()
844 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_4x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_4x4()
847 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc2()
850 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc3(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc3()
853 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc4(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_1x4_acc4()
856 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_2x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_loadsplat_2x4_acc2()
860 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4()
863 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_2x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_2x4()
866 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_3x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_3x4()
869 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_4x4(benchmark::State& state, const char* … in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_4x4()
872 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc2()
875 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc3(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc3()
878 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc4(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_1x4_acc4()
881 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_2x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_loadsplat_2x4_acc2()
885 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4()
888 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_2x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_2x4()
891 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_3x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_3x4()
894 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_4x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_4x4()
897 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4_acc2()
900 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4_acc3(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4_acc3()
903 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4_acc4(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_1x4_acc4()
906 …static void dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_2x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_arm_splat_2x4_acc2()
910 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4()
913 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_2x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_2x4()
916 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_3x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_3x4()
919 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_4x4(benchmark::State& state, const char* net)… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_4x4()
922 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4_acc2()
925 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4_acc3(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4_acc3()
928 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4_acc4(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_1x4_acc4()
931 …static void dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_2x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_3x3s2p1__wasmsimd_x86_splat_2x4_acc2()
935 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4()
938 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_2x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_2x4()
941 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_3x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_3x4()
944 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_4x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_4x4()
947 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_5x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_5x4()
950 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc2()
953 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc3(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc3()
956 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc4(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc4()
959 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc5(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_1x4_acc5()
962 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_2x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_2x4_acc2()
965 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_2x4_acc3(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_2x4_acc3()
968 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_3x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_3x4_acc2()
971 …static void dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_4x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_arm_loadsplat_4x4_acc2()
975 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4()
978 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_2x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_2x4()
981 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_3x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_3x4()
984 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_4x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_4x4()
987 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_5x4(benchmark::State& state, const char* ne… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_5x4()
990 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc2()
993 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc3(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc3()
996 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc4(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc4()
999 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc5(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_1x4_acc5()
1002 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_2x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_2x4_acc2()
1005 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_2x4_acc3(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_2x4_acc3()
1008 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_3x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_3x4_acc2()
1011 …static void dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_4x4_acc2(benchmark::State& state, const cha… in dwconv2d_chw_5x5p2__wasmsimd_x86_loadsplat_4x4_acc2()
1015 static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_1x4()
1018 static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_2x4()
1021 static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_3x4()
1024 static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_4x4()
1027 static void dwconv2d_chw_5x5p2__wasmsimd_arm_splat_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_arm_splat_5x4()
1030 …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()
1033 …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()
1036 …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()
1039 …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()
1042 …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()
1045 …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()
1048 …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()
1051 …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()
1055 static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_1x4()
1058 static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_2x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_2x4()
1061 static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_3x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_3x4()
1064 static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_4x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_4x4()
1067 static void dwconv2d_chw_5x5p2__wasmsimd_x86_splat_5x4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__wasmsimd_x86_splat_5x4()
1070 …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()
1073 …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()
1076 …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()
1079 …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()
1082 …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()
1085 …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()
1088 …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()
1091 …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()
1095 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4(benchmark::State& state, const char* … in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4()
1098 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_2x4(benchmark::State& state, const char* … in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_2x4()
1101 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_3x4(benchmark::State& state, const char* … in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_3x4()
1104 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc2()
1107 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc3(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc3()
1110 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc4(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc4()
1113 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc5(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_1x4_acc5()
1116 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_2x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_2x4_acc2()
1119 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_2x4_acc3(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_2x4_acc3()
1122 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_3x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_loadsplat_3x4_acc2()
1126 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4(benchmark::State& state, const char* … in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4()
1129 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_2x4(benchmark::State& state, const char* … in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_2x4()
1132 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_3x4(benchmark::State& state, const char* … in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_3x4()
1135 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc2()
1138 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc3(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc3()
1141 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc4(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc4()
1144 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc5(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_1x4_acc5()
1147 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_2x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_2x4_acc2()
1150 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_2x4_acc3(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_2x4_acc3()
1153 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_3x4_acc2(benchmark::State& state, const c… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_loadsplat_3x4_acc2()
1157 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4(benchmark::State& state, const char* net)… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4()
1160 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_2x4(benchmark::State& state, const char* net)… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_2x4()
1163 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_3x4(benchmark::State& state, const char* net)… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_3x4()
1166 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc2()
1169 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc3(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc3()
1172 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc4(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc4()
1175 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc5(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_1x4_acc5()
1178 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_2x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_2x4_acc2()
1181 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_2x4_acc3(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_2x4_acc3()
1184 …static void dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_3x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_arm_splat_3x4_acc2()
1188 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4(benchmark::State& state, const char* net)… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4()
1191 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_2x4(benchmark::State& state, const char* net)… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_2x4()
1194 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_3x4(benchmark::State& state, const char* net)… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_3x4()
1197 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc2()
1200 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc3(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc3()
1203 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc4(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc4()
1206 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc5(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_1x4_acc5()
1209 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_2x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_2x4_acc2()
1212 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_2x4_acc3(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_2x4_acc3()
1215 …static void dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_3x4_acc2(benchmark::State& state, const char*… in dwconv2d_chw_5x5s2p2__wasmsimd_x86_splat_3x4_acc2()
1400 static void dwconv2d_chw_3x3p1__scalar_1x1(benchmark::State& state, const char* net) { in BENCHMARK_DWCONV()
1403 static void dwconv2d_chw_3x3p1__scalar_2x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_2x1()
1406 static void dwconv2d_chw_3x3p1__scalar_3x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_3x1()
1409 static void dwconv2d_chw_3x3p1__scalar_4x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_4x1()
1412 static void dwconv2d_chw_3x3p1__scalar_5x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_5x1()
1415 static void dwconv2d_chw_3x3p1__scalar_6x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_6x1()
1418 static void dwconv2d_chw_3x3p1__scalar_1x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_1x1_acc2()
1421 static void dwconv2d_chw_3x3p1__scalar_1x1_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_1x1_acc3()
1424 static void dwconv2d_chw_3x3p1__scalar_1x1_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_1x1_acc4()
1427 static void dwconv2d_chw_3x3p1__scalar_2x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3p1__scalar_2x1_acc2()
1431 static void dwconv2d_chw_3x3s2p1__scalar_1x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_1x1()
1434 static void dwconv2d_chw_3x3s2p1__scalar_2x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_2x1()
1437 static void dwconv2d_chw_3x3s2p1__scalar_3x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_3x1()
1440 static void dwconv2d_chw_3x3s2p1__scalar_4x1(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_4x1()
1443 static void dwconv2d_chw_3x3s2p1__scalar_1x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_1x1_acc2()
1446 static void dwconv2d_chw_3x3s2p1__scalar_1x1_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_1x1_acc3()
1449 static void dwconv2d_chw_3x3s2p1__scalar_1x1_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_1x1_acc4()
1452 static void dwconv2d_chw_3x3s2p1__scalar_2x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_3x3s2p1__scalar_2x1_acc2()
1456 static void dwconv2d_chw_5x5p2__scalar_1x1(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_1x1()
1459 static void dwconv2d_chw_5x5p2__scalar_2x1(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_2x1()
1462 static void dwconv2d_chw_5x5p2__scalar_3x1(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_3x1()
1465 static void dwconv2d_chw_5x5p2__scalar_1x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_1x1_acc2()
1468 static void dwconv2d_chw_5x5p2__scalar_1x1_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_1x1_acc3()
1471 static void dwconv2d_chw_5x5p2__scalar_1x1_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_1x1_acc4()
1474 static void dwconv2d_chw_5x5p2__scalar_1x1_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_1x1_acc5()
1477 static void dwconv2d_chw_5x5p2__scalar_2x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_2x1_acc2()
1480 static void dwconv2d_chw_5x5p2__scalar_2x1_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_2x1_acc3()
1483 static void dwconv2d_chw_5x5p2__scalar_3x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5p2__scalar_3x1_acc2()
1487 static void dwconv2d_chw_5x5s2p2__scalar_1x1(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_1x1()
1490 static void dwconv2d_chw_5x5s2p2__scalar_2x1(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_2x1()
1493 static void dwconv2d_chw_5x5s2p2__scalar_3x1(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_3x1()
1496 static void dwconv2d_chw_5x5s2p2__scalar_1x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_1x1_acc2()
1499 static void dwconv2d_chw_5x5s2p2__scalar_1x1_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_1x1_acc3()
1502 static void dwconv2d_chw_5x5s2p2__scalar_1x1_acc4(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_1x1_acc4()
1505 static void dwconv2d_chw_5x5s2p2__scalar_1x1_acc5(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_1x1_acc5()
1508 static void dwconv2d_chw_5x5s2p2__scalar_2x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_2x1_acc2()
1511 static void dwconv2d_chw_5x5s2p2__scalar_2x1_acc3(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_2x1_acc3()
1514 static void dwconv2d_chw_5x5s2p2__scalar_3x1_acc2(benchmark::State& state, const char* net) { in dwconv2d_chw_5x5s2p2__scalar_3x1_acc2()