Home
last modified time | relevance | path

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

/external/pthreadpool/include/
Dpthreadpool.h28 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/
Dshim.c118 pthreadpool_task_2d_tile_2d_with_id_t task, in pthreadpool_parallelize_2d_tile_2d_with_uarch()
Dfastpath.c304 …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()
Dportable-api.c278 …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/
Dconvolution-nhwc.c894 …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/
Dcompute.h55 pthreadpool_task_2d_tile_2d_with_id_t task_2d_tile_2d_with_id;
/external/pthreadpool/test/
Dpthreadpool.cc2102 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()