Home
last modified time | relevance | path

Searched refs:pthreadpool_task_4d_tile_2d_t (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pthreadpool/include/
H A Dpthreadpool.h19 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 Dtranspose-nd.c277 … 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 Ddeconvolution-nhwc.c808 …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 Dconvolution-nhwc.c1673 …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 Dshim.c262 pthreadpool_task_4d_tile_2d_t task, in pthreadpool_parallelize_4d_tile_2d()
H A Dfastpath.c733 …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 Dportable-api.c672 …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 Dpthreadpool.cc4537 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 Dcompute.h50 pthreadpool_task_4d_tile_2d_t task_4d_tile_2d;