Searched refs:pthreadpool_task_4d_tile_2d_t (Results 1 – 9 of 9) sorted by relevance
/external/pthreadpool/include/ |
D | pthreadpool.h | 22 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/ |
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()
|
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()
|
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()
|
/external/pthreadpool/src/ |
D | shim.c | 386 pthreadpool_task_4d_tile_2d_t task, in pthreadpool_parallelize_4d_tile_2d()
|
D | fastpath.c | 1124 …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()
|
D | portable-api.c | 1028 …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/ |
D | compute.h | 50 pthreadpool_task_4d_tile_2d_t task_4d_tile_2d;
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 7060 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()
|