Searched refs:pthreadpool_task_3d_tile_2d_with_id_t (Results 1 – 7 of 7) sorted by relevance
/external/pthreadpool/include/ |
D | pthreadpool.h | 29 typedef void (*pthreadpool_task_3d_tile_2d_with_id_t)(void*, uint32_t, size_t, size_t, size_t, size… typedef 547 pthreadpool_task_3d_tile_2d_with_id_t function,
|
/external/XNNPACK/src/operators/ |
D | convolution-nhwc.c | 911 …convolution_op->compute.task_3d_tile_2d_with_id = (pthreadpool_task_3d_tile_2d_with_id_t) xnn_comp… in setup_convolution2d_nhwc() 1008 …convolution_op->compute.task_3d_tile_2d_with_id = (pthreadpool_task_3d_tile_2d_with_id_t) xnn_comp… in setup_convolution2d_nhwc() 1049 …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 | 196 pthreadpool_task_3d_tile_2d_with_id_t task, in pthreadpool_parallelize_3d_tile_2d_with_uarch()
|
D | fastpath.c | 537 …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 | 491 …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() 1710 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 | 3502 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(SetTrue3DTile2DWithUArch), in TEST() 3532 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(SetTrue3DTile2DWithUArch), in TEST() 3567 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(Increment3DTile2DWithUArch), in TEST() 3598 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(Increment3DTile2DWithUArch), in TEST() 3626 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(Increment3DTile2DWithUArch), in TEST() 3660 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(Increment3DTile2DWithUArch), in TEST() 3701 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(IncrementSame3DTile2DWithUArch), in TEST() 3732 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(WorkImbalance3DTile2DWithUArch), in TEST()
|