Searched refs:pthreadpool_task_3d_tile_2d_t (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/pthreadpool/include/ |
H A D | pthreadpool.h | 16 typedef void (*pthreadpool_task_3d_tile_2d_t)(void*, size_t, size_t, size_t, size_t, size_t); typedef 487 pthreadpool_task_3d_tile_2d_t function,
|
/aosp_15_r20/external/XNNPACK/src/operators/ |
H A D | convolution-nhwc.c | 1513 …convolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_grouped_gemm; in setup_convolution2d_nhwc() 1517 …convolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_grouped_gemm; in setup_convolution2d_nhwc() 1635 … convolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_batch_igemm; in setup_convolution2d_nhwc() 1644 … convolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_batch_igemm; in setup_convolution2d_nhwc() 1676 …convolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_grouped_igem… in setup_convolution2d_nhwc() 1685 …convolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_grouped_igem… in setup_convolution2d_nhwc()
|
H A D | deconvolution-nhwc.c | 770 …deconvolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_batch_igem… in setup_conv_path() 779 …deconvolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_batch_igem… in setup_conv_path() 811 …deconvolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_grouped_ig… in setup_conv_path() 820 …deconvolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_grouped_ig… in setup_conv_path()
|
H A D | transpose-nd.c | 269 … transpose_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_transposev_3d; in setup_transpose_nd() 271 … transpose_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_transposec_3d; in setup_transpose_nd()
|
/aosp_15_r20/external/pthreadpool/src/ |
H A D | shim.c | 175 pthreadpool_task_3d_tile_2d_t task, in pthreadpool_parallelize_3d_tile_2d()
|
H A D | fastpath.c | 476 …const pthreadpool_task_3d_tile_2d_t task = (pthreadpool_task_3d_tile_2d_t) pthreadpool_load_relaxe… in pthreadpool_thread_parallelize_3d_tile_2d_fastpath()
|
H A D | portable-api.c | 435 …const pthreadpool_task_3d_tile_2d_t task = (pthreadpool_task_3d_tile_2d_t) pthreadpool_load_relaxe… in thread_parallelize_3d_tile_2d() 1656 pthreadpool_task_3d_tile_2d_t task, in pthreadpool_parallelize_3d_tile_2d()
|
/aosp_15_r20/external/pthreadpool/test/ |
H A D | pthreadpool.cc | 3098 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(SetTrue3DTile2D), in TEST() 3127 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(SetTrue3DTile2D), in TEST() 3161 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(Increment3DTile2D), in TEST() 3191 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(Increment3DTile2D), in TEST() 3218 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(Increment3DTile2D), in TEST() 3251 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(Increment3DTile2D), in TEST() 3291 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(IncrementSame3DTile2D), in TEST() 3321 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(WorkImbalance3DTile2D), in TEST()
|
/aosp_15_r20/external/XNNPACK/src/xnnpack/ |
H A D | compute.h | 48 pthreadpool_task_3d_tile_2d_t task_3d_tile_2d;
|