Home
last modified time | relevance | path

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

/external/pthreadpool/bench/
Dlatency.cc56 static void pthreadpool_parallelize_2d(benchmark::State& state) { in pthreadpool_parallelize_2d() function
60 pthreadpool_parallelize_2d( in pthreadpool_parallelize_2d()
69 BENCHMARK(pthreadpool_parallelize_2d)->UseRealTime()->Apply(SetNumberOfThreads);
Dthroughput.cc55 static void pthreadpool_parallelize_2d(benchmark::State& state) { in pthreadpool_parallelize_2d() function
60 pthreadpool_parallelize_2d( in pthreadpool_parallelize_2d()
72 BENCHMARK(pthreadpool_parallelize_2d)->UseRealTime()->RangeMultiplier(10)->Range(10, 1000000);
/external/pthreadpool/src/
Dlegacy-api.c44 pthreadpool_parallelize_2d(threadpool, in pthreadpool_compute_2d()
Dshim.c68 void pthreadpool_parallelize_2d( in pthreadpool_parallelize_2d() function
Dportable-api.c1357 void pthreadpool_parallelize_2d( in pthreadpool_parallelize_2d() function
/external/pthreadpool/include/
Dpthreadpool.h222 void pthreadpool_parallelize_2d(
/external/pthreadpool/test/
Dpthreadpool.cc990 pthreadpool_parallelize_2d(threadpool.get(), in TEST()
1005 pthreadpool_parallelize_2d( in TEST()
1022 pthreadpool_parallelize_2d( in TEST()
1038 pthreadpool_parallelize_2d( in TEST()
1057 pthreadpool_parallelize_2d( in TEST()
1083 pthreadpool_parallelize_2d( in TEST()
1110 pthreadpool_parallelize_2d( in TEST()
1137 pthreadpool_parallelize_2d( in TEST()
1161 pthreadpool_parallelize_2d( in TEST()
1191 pthreadpool_parallelize_2d( in TEST()
[all …]
/external/XNNPACK/src/
Doperator-run.c1100 pthreadpool_parallelize_2d( in xnn_run_operator()