Searched refs:pthreadpool_task_4d_tile_2d_t (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/pthreadpool/include/ |
H A D | pthreadpool.h | 19 typedef void (*pthreadpool_task_4d_tile_2d_t)(void*, size_t, size_t, size_t, size_t, size_t, size_t… typedef 686 pthreadpool_task_4d_tile_2d_t function,
|
/aosp_15_r20/external/XNNPACK/src/operators/ |
H A D | transpose-nd.c | 277 … transpose_op->compute.task_4d_tile_2d = (pthreadpool_task_4d_tile_2d_t) xnn_compute_transposev_4d; in setup_transpose_nd() 279 … transpose_op->compute.task_4d_tile_2d = (pthreadpool_task_4d_tile_2d_t) xnn_compute_transposec_4d; in setup_transpose_nd()
|
H A D | deconvolution-nhwc.c | 808 …deconvolution_op->compute.task_4d_tile_2d = (pthreadpool_task_4d_tile_2d_t) xnn_compute_grouped_ba… in setup_conv_path() 817 …deconvolution_op->compute.task_4d_tile_2d = (pthreadpool_task_4d_tile_2d_t) xnn_compute_grouped_ba… in setup_conv_path()
|
H A D | convolution-nhwc.c | 1673 …convolution_op->compute.task_4d_tile_2d = (pthreadpool_task_4d_tile_2d_t) xnn_compute_grouped_batc… in setup_convolution2d_nhwc() 1682 …convolution_op->compute.task_4d_tile_2d = (pthreadpool_task_4d_tile_2d_t) xnn_compute_grouped_batc… in setup_convolution2d_nhwc()
|
/aosp_15_r20/external/pthreadpool/src/ |
H A D | shim.c | 262 pthreadpool_task_4d_tile_2d_t task, in pthreadpool_parallelize_4d_tile_2d()
|
H A D | fastpath.c | 733 …const pthreadpool_task_4d_tile_2d_t task = (pthreadpool_task_4d_tile_2d_t) pthreadpool_load_relaxe… in pthreadpool_thread_parallelize_4d_tile_2d_fastpath()
|
H A D | portable-api.c | 672 …const pthreadpool_task_4d_tile_2d_t task = (pthreadpool_task_4d_tile_2d_t) pthreadpool_load_relaxe… in thread_parallelize_4d_tile_2d() 1885 pthreadpool_task_4d_tile_2d_t task, in pthreadpool_parallelize_4d_tile_2d()
|
/aosp_15_r20/external/pthreadpool/test/ |
H A D | pthreadpool.cc | 4537 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(SetTrue4DTile2D), in TEST() 4568 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(SetTrue4DTile2D), in TEST() 4604 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(Increment4DTile2D), in TEST() 4636 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(Increment4DTile2D), in TEST() 4665 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(Increment4DTile2D), in TEST() 4700 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(Increment4DTile2D), in TEST() 4742 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(IncrementSame4DTile2D), in TEST() 4772 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(WorkImbalance4DTile2D), in TEST()
|
/aosp_15_r20/external/XNNPACK/src/xnnpack/ |
H A D | compute.h | 50 pthreadpool_task_4d_tile_2d_t task_4d_tile_2d;
|