Searched refs:pthreadpool_task_2d_tile_2d_with_id_t (Results 1 – 7 of 7) sorted by relevance
/external/pthreadpool/include/ |
D | pthreadpool.h | 28 typedef void (*pthreadpool_task_2d_tile_2d_with_id_t)(void*, uint32_t, size_t, size_t, size_t, size… typedef 360 pthreadpool_task_2d_tile_2d_with_id_t function,
|
/external/pthreadpool/src/ |
D | shim.c | 118 pthreadpool_task_2d_tile_2d_with_id_t task, in pthreadpool_parallelize_2d_tile_2d_with_uarch()
|
D | fastpath.c | 304 …const pthreadpool_task_2d_tile_2d_with_id_t task = (pthreadpool_task_2d_tile_2d_with_id_t) pthread… in pthreadpool_thread_parallelize_2d_tile_2d_with_uarch_fastpath()
|
D | portable-api.c | 278 …const pthreadpool_task_2d_tile_2d_with_id_t task = (pthreadpool_task_2d_tile_2d_with_id_t) pthread… in thread_parallelize_2d_tile_2d_with_uarch() 1497 pthreadpool_task_2d_tile_2d_with_id_t task, in pthreadpool_parallelize_2d_tile_2d_with_uarch()
|
/external/XNNPACK/src/operators/ |
D | convolution-nhwc.c | 894 …convolution_op->compute.task_2d_tile_2d_with_id = (pthreadpool_task_2d_tile_2d_with_id_t) xnn_comp… in setup_convolution2d_nhwc() 1011 …convolution_op->compute.task_2d_tile_2d_with_id = (pthreadpool_task_2d_tile_2d_with_id_t) xnn_comp… in setup_convolution2d_nhwc()
|
/external/XNNPACK/src/xnnpack/ |
D | compute.h | 55 pthreadpool_task_2d_tile_2d_with_id_t task_2d_tile_2d_with_id;
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 2102 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(SetTrue2DTile2DWithUArch), in TEST() 2130 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(SetTrue2DTile2DWithUArch), in TEST() 2163 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(Increment2DTile2DWithUArch), in TEST() 2192 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(Increment2DTile2DWithUArch), in TEST() 2218 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(Increment2DTile2DWithUArch), in TEST() 2250 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(Increment2DTile2DWithUArch), in TEST() 2289 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(IncrementSame2DTile2DWithUArch), in TEST() 2320 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(WorkImbalance2DTile2DWithUArch), in TEST()
|