Searched refs:pthreadpool_parallelize_1d (Results 1 – 16 of 16) sorted by relevance
/aosp_15_r20/external/pthreadpool/bench/ |
H A D | latency.cc | 18 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);
|
H A D | throughput.cc | 9 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);
|
/aosp_15_r20/external/pthreadpool/src/ |
H A D | legacy-api.c | 20 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()
|
H A D | shim.c | 29 void pthreadpool_parallelize_1d( in pthreadpool_parallelize_1d() function
|
H A D | portable-api.c | 1231 void pthreadpool_parallelize_1d( in pthreadpool_parallelize_1d() function
|
/aosp_15_r20/external/pthreadpool/examples/ |
H A D | addition.c | 31 pthreadpool_parallelize_1d(threadpool, in main()
|
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/ |
H A D | pthreadpool_impl.cc | 39 pthreadpool_parallelize_1d(threadpool, function, argument, range, 0u); in legacy_pthreadpool_compute_1d()
|
H A D | pthreadpool-cpp.cc | 71 pthreadpool_parallelize_1d( in run()
|
H A D | pthreadpool.h | 180 #define pthreadpool_parallelize_1d legacy_pthreadpool_parallelize_1d macro
|
/aosp_15_r20/external/executorch/extension/threadpool/ |
H A D | threadpool.cpp | 81 pthreadpool_parallelize_1d( in run()
|
/aosp_15_r20/external/pthreadpool/ |
H A D | README.md | 43 pthreadpool_parallelize_1d(threadpool,
|
/aosp_15_r20/external/pytorch/cmake/External/ |
H A D | nnpack.cmake | 92 pthreadpool_parallelize_1d=legacy_pthreadpool_parallelize_1d
|
/aosp_15_r20/external/pthreadpool/include/ |
H A D | pthreadpool.h | 111 void pthreadpool_parallelize_1d(
|
/aosp_15_r20/external/pthreadpool/test/ |
H A D | pthreadpool.cc | 125 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 …]
|
/aosp_15_r20/external/XNNPACK/src/ |
H A D | operator-run.c | 1362 pthreadpool_parallelize_1d( in xnn_run_operator()
|
/aosp_15_r20/external/pytorch/cmake/ |
H A D | Dependencies.cmake | 492 pthreadpool_parallelize_1d=legacy_pthreadpool_parallelize_1d
|