Searched refs:pthreadpool_task_3d_tile_2d_with_id_t (Results 1 – 8 of 8) sorted by relevance
/external/pthreadpool/include/ |
D | pthreadpool.h | 34 typedef void (*pthreadpool_task_3d_tile_2d_with_id_t)(void*, uint32_t, size_t, size_t, size_t, size… typedef 881 pthreadpool_task_3d_tile_2d_with_id_t function,
|
/external/XNNPACK/src/operators/ |
D | deconvolution-nhwc.c | 762 …deconvolution_op->compute.task_3d_tile_2d_with_id = (pthreadpool_task_3d_tile_2d_with_id_t) xnn_co… in setup_conv_path() 803 …deconvolution_op->compute.task_3d_tile_2d_with_id = (pthreadpool_task_3d_tile_2d_with_id_t) xnn_co… in setup_conv_path()
|
D | convolution-nhwc.c | 1510 …convolution_op->compute.task_3d_tile_2d_with_id = (pthreadpool_task_3d_tile_2d_with_id_t) xnn_comp… in setup_convolution2d_nhwc() 1627 …convolution_op->compute.task_3d_tile_2d_with_id = (pthreadpool_task_3d_tile_2d_with_id_t) xnn_comp… in setup_convolution2d_nhwc() 1668 …convolution_op->compute.task_3d_tile_2d_with_id = (pthreadpool_task_3d_tile_2d_with_id_t) xnn_comp… in setup_convolution2d_nhwc()
|
/external/pthreadpool/src/ |
D | shim.c | 320 pthreadpool_task_3d_tile_2d_with_id_t task, in pthreadpool_parallelize_3d_tile_2d_with_uarch()
|
D | fastpath.c | 928 …const pthreadpool_task_3d_tile_2d_with_id_t task = (pthreadpool_task_3d_tile_2d_with_id_t) pthread… in pthreadpool_thread_parallelize_3d_tile_2d_with_uarch_fastpath()
|
D | portable-api.c | 847 …const pthreadpool_task_3d_tile_2d_with_id_t task = (pthreadpool_task_3d_tile_2d_with_id_t) pthread… in thread_parallelize_3d_tile_2d_with_uarch() 2437 pthreadpool_task_3d_tile_2d_with_id_t task, in pthreadpool_parallelize_3d_tile_2d_with_uarch()
|
/external/XNNPACK/src/xnnpack/ |
D | compute.h | 56 pthreadpool_task_3d_tile_2d_with_id_t task_3d_tile_2d_with_id;
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 6025 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(SetTrue3DTile2DWithUArch), in TEST() 6055 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(SetTrue3DTile2DWithUArch), in TEST() 6090 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(Increment3DTile2DWithUArch), in TEST() 6121 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(Increment3DTile2DWithUArch), in TEST() 6149 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(Increment3DTile2DWithUArch), in TEST() 6183 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(Increment3DTile2DWithUArch), in TEST() 6224 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(IncrementSame3DTile2DWithUArch), in TEST() 6255 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(WorkImbalance3DTile2DWithUArch), in TEST()
|