Home
last modified time | relevance | path

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

/external/pthreadpool/include/
Dpthreadpool.h22 typedef void (*pthreadpool_task_4d_tile_2d_t)(void*, size_t, size_t, size_t, size_t, size_t, size_t… typedef
1020 pthreadpool_task_4d_tile_2d_t function,
/external/XNNPACK/src/operators/
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()
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()
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()
/external/pthreadpool/src/
Dshim.c386 pthreadpool_task_4d_tile_2d_t task, in pthreadpool_parallelize_4d_tile_2d()
Dfastpath.c1124 …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()
Dportable-api.c1028 …const pthreadpool_task_4d_tile_2d_t task = (pthreadpool_task_4d_tile_2d_t) pthreadpool_load_relaxe… in thread_parallelize_4d_tile_2d()
2612 pthreadpool_task_4d_tile_2d_t task, in pthreadpool_parallelize_4d_tile_2d()
/external/XNNPACK/src/xnnpack/
Dcompute.h50 pthreadpool_task_4d_tile_2d_t task_4d_tile_2d;
/external/pthreadpool/test/
Dpthreadpool.cc7060 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(SetTrue4DTile2D), in TEST()
7091 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(SetTrue4DTile2D), in TEST()
7127 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(Increment4DTile2D), in TEST()
7159 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(Increment4DTile2D), in TEST()
7188 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(Increment4DTile2D), in TEST()
7223 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(Increment4DTile2D), in TEST()
7265 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(IncrementSame4DTile2D), in TEST()
7295 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(WorkImbalance4DTile2D), in TEST()