Searched refs:legacy_pthreadpool_function_1d_t (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/pytorch/caffe2/utils/threadpool/ |
H A D | pthreadpool.h | 32 typedef void (*legacy_pthreadpool_function_1d_t)(void*, size_t); typedef 99 legacy_pthreadpool_function_1d_t function, 105 legacy_pthreadpool_function_1d_t function, 170 #define pthreadpool_function_1d_t legacy_pthreadpool_function_1d_t
|
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() 257 (legacy_pthreadpool_function_1d_t)compute_3d_tiled, in legacy_pthreadpool_compute_3d_tiled() 373 (legacy_pthreadpool_function_1d_t)compute_4d_tiled, in legacy_pthreadpool_compute_4d_tiled()
|
H A D | pthreadpool_impl.cc | 26 legacy_pthreadpool_function_1d_t function, in legacy_pthreadpool_compute_1d() 60 const legacy_pthreadpool_function_1d_t function, in legacy_pthreadpool_parallelize_1d()
|
/aosp_15_r20/external/pytorch/cmake/External/ |
H A D | nnpack.cmake | 82 pthreadpool_function_1d_t=legacy_pthreadpool_function_1d_t
|
/aosp_15_r20/external/pytorch/cmake/ |
H A D | Dependencies.cmake | 482 pthreadpool_function_1d_t=legacy_pthreadpool_function_1d_t
|