Home
last modified time | relevance | path

Searched refs:pthreadpool_task_3d_tile_2d_with_id_t (Results 1 – 7 of 7) sorted by relevance

/external/pthreadpool/include/
Dpthreadpool.h29 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/
Dconvolution-nhwc.c911 …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/
Dshim.c196 pthreadpool_task_3d_tile_2d_with_id_t task, in pthreadpool_parallelize_3d_tile_2d_with_uarch()
Dfastpath.c537 …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()
Dportable-api.c491 …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/
Dcompute.h56 pthreadpool_task_3d_tile_2d_with_id_t task_3d_tile_2d_with_id;
/external/pthreadpool/test/
Dpthreadpool.cc3502 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()