Searched refs:legacy_pthreadpool_compute_1d (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/ |
H A D | pthreadpool.cc | 69 …legacy_pthreadpool_compute_1d(threadpool, (legacy_pthreadpool_function_1d_t) compute_1d_tiled, &co… in legacy_pthreadpool_compute_1d_tiled() 110 …legacy_pthreadpool_compute_1d(threadpool, (legacy_pthreadpool_function_1d_t) compute_2d, &context,… in legacy_pthreadpool_compute_2d() 170 …legacy_pthreadpool_compute_1d(threadpool, (legacy_pthreadpool_function_1d_t) compute_2d_tiled, &co… in legacy_pthreadpool_compute_2d_tiled() 255 legacy_pthreadpool_compute_1d( in legacy_pthreadpool_compute_3d_tiled() 371 legacy_pthreadpool_compute_1d( in legacy_pthreadpool_compute_4d_tiled()
|
H A D | pthreadpool_impl.cc | 24 void legacy_pthreadpool_compute_1d( in legacy_pthreadpool_compute_1d() function 64 legacy_pthreadpool_compute_1d(threadpool, function, argument, range); in legacy_pthreadpool_parallelize_1d()
|
H A D | pthreadpool.h | 97 void legacy_pthreadpool_compute_1d( 179 #define pthreadpool_compute_1d legacy_pthreadpool_compute_1d
|
/aosp_15_r20/external/pytorch/cmake/External/ |
H A D | nnpack.cmake | 91 pthreadpool_compute_1d=legacy_pthreadpool_compute_1d
|
/aosp_15_r20/external/pytorch/cmake/ |
H A D | Dependencies.cmake | 491 pthreadpool_compute_1d=legacy_pthreadpool_compute_1d
|