Home
last modified time | relevance | path

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

/external/pthreadpool/bench/
Dlatency.cc18 static void pthreadpool_parallelize_1d(benchmark::State& state) { in pthreadpool_parallelize_1d() function
22 pthreadpool_parallelize_1d( in pthreadpool_parallelize_1d()
31 BENCHMARK(pthreadpool_parallelize_1d)->UseRealTime()->Apply(SetNumberOfThreads);
Dthroughput.cc9 static void pthreadpool_parallelize_1d(benchmark::State& state) { in pthreadpool_parallelize_1d() function
14 pthreadpool_parallelize_1d( in pthreadpool_parallelize_1d()
26 BENCHMARK(pthreadpool_parallelize_1d)->UseRealTime()->RangeMultiplier(10)->Range(10, 1000000);
/external/pthreadpool/src/
Dlegacy-api.c20 pthreadpool_parallelize_1d(threadpool, in pthreadpool_compute_1d()
130 pthreadpool_parallelize_1d(threadpool, in pthreadpool_compute_3d_tiled()
221 pthreadpool_parallelize_1d(threadpool, in pthreadpool_compute_4d_tiled()
Dshim.c29 void pthreadpool_parallelize_1d( in pthreadpool_parallelize_1d() function
Dportable-api.c1231 void pthreadpool_parallelize_1d( in pthreadpool_parallelize_1d() function
/external/pthreadpool/examples/
Daddition.c31 pthreadpool_parallelize_1d(threadpool, in main()
/external/pthreadpool/
DREADME.md43 pthreadpool_parallelize_1d(threadpool,
/external/pthreadpool/include/
Dpthreadpool.h111 void pthreadpool_parallelize_1d(
/external/pthreadpool/test/
Dpthreadpool.cc125 pthreadpool_parallelize_1d(threadpool.get(), in TEST()
140 pthreadpool_parallelize_1d( in TEST()
156 pthreadpool_parallelize_1d( in TEST()
172 pthreadpool_parallelize_1d( in TEST()
190 pthreadpool_parallelize_1d( in TEST()
213 pthreadpool_parallelize_1d( in TEST()
236 pthreadpool_parallelize_1d( in TEST()
259 pthreadpool_parallelize_1d( in TEST()
279 pthreadpool_parallelize_1d( in TEST()
305 pthreadpool_parallelize_1d( in TEST()
[all …]
/external/XNNPACK/src/
Doperator-run.c1079 pthreadpool_parallelize_1d( in xnn_run_operator()