Searched refs:legacy_pthreadpool_t (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/ |
H A D | pthreadpool.h | 30 typedef struct pthreadpool* legacy_pthreadpool_t; typedef 71 legacy_pthreadpool_t legacy_pthreadpool_create(size_t threads_count); 80 size_t legacy_pthreadpool_get_threads_count(legacy_pthreadpool_t threadpool); 98 legacy_pthreadpool_t threadpool, 104 legacy_pthreadpool_t threadpool, 111 legacy_pthreadpool_t threadpool, 118 legacy_pthreadpool_t threadpool, 125 legacy_pthreadpool_t threadpool, 134 legacy_pthreadpool_t threadpool, 145 legacy_pthreadpool_t threadpool, [all …]
|
H A D | pthreadpool_impl.cc | 25 legacy_pthreadpool_t threadpool, in legacy_pthreadpool_compute_1d() 59 const legacy_pthreadpool_t threadpool, in legacy_pthreadpool_parallelize_1d() 67 size_t legacy_pthreadpool_get_threads_count(legacy_pthreadpool_t threadpool) { in legacy_pthreadpool_get_threads_count() 75 legacy_pthreadpool_t legacy_pthreadpool_create(size_t threads_count) { in legacy_pthreadpool_create() 79 …return reinterpret_cast<legacy_pthreadpool_t>(caffe2::ThreadPool::createThreadPool(threads_count)); in legacy_pthreadpool_create() 82 void legacy_pthreadpool_destroy(legacy_pthreadpool_t pthreadpool) { in legacy_pthreadpool_destroy()
|
H A D | pthreadpool.cc | 51 legacy_pthreadpool_t threadpool, in legacy_pthreadpool_compute_1d_tiled() 90 legacy_pthreadpool_t threadpool, in legacy_pthreadpool_compute_2d() 140 legacy_pthreadpool_t threadpool, in legacy_pthreadpool_compute_2d_tiled() 210 legacy_pthreadpool_t threadpool, in legacy_pthreadpool_compute_3d_tiled() 315 legacy_pthreadpool_t threadpool, in legacy_pthreadpool_compute_4d_tiled()
|
/aosp_15_r20/external/pytorch/cmake/External/ |
H A D | nnpack.cmake | 81 pthreadpool_t=legacy_pthreadpool_t
|
/aosp_15_r20/external/pytorch/cmake/ |
H A D | Dependencies.cmake | 481 pthreadpool_t=legacy_pthreadpool_t
|