Home
last modified time | relevance | path

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

/aosp_15_r20/external/pthreadpool/bench/
H A 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);
H A 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);
/aosp_15_r20/external/pthreadpool/src/
H A Dlegacy-api.c44 pthreadpool_parallelize_2d(threadpool, in pthreadpool_compute_2d()
H A Dshim.c68 void pthreadpool_parallelize_2d( in pthreadpool_parallelize_2d() function
H A Dportable-api.c1357 void pthreadpool_parallelize_2d( in pthreadpool_parallelize_2d() function
/aosp_15_r20/external/pthreadpool/include/
H A Dpthreadpool.h222 void pthreadpool_parallelize_2d(
/aosp_15_r20/external/pthreadpool/test/
H A 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 …]
/aosp_15_r20/external/XNNPACK/src/
H A Doperator-run.c1383 pthreadpool_parallelize_2d( in xnn_run_operator()