Home
last modified time | relevance | path

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

/external/pthreadpool/include/
Dpthreadpool.h30 typedef void (*pthreadpool_task_4d_tile_2d_with_id_t)(void*, uint32_t, size_t, size_t, size_t, size… typedef
750 pthreadpool_task_4d_tile_2d_with_id_t function,
/external/pthreadpool/src/
Dshim.c286 pthreadpool_task_4d_tile_2d_with_id_t task, in pthreadpool_parallelize_4d_tile_2d_with_uarch()
Dfastpath.c801 …const pthreadpool_task_4d_tile_2d_with_id_t task = (pthreadpool_task_4d_tile_2d_with_id_t) pthread… in pthreadpool_thread_parallelize_4d_tile_2d_with_uarch_fastpath()
Dportable-api.c735 …const pthreadpool_task_4d_tile_2d_with_id_t task = (pthreadpool_task_4d_tile_2d_with_id_t) pthread… in thread_parallelize_4d_tile_2d_with_uarch()
1944 pthreadpool_task_4d_tile_2d_with_id_t task, in pthreadpool_parallelize_4d_tile_2d_with_uarch()
/external/XNNPACK/src/xnnpack/
Dcompute.h57 pthreadpool_task_4d_tile_2d_with_id_t task_4d_tile_2d_with_id;
/external/pthreadpool/test/
Dpthreadpool.cc4954 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(SetTrue4DTile2DWithUArch), in TEST()
4986 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(SetTrue4DTile2DWithUArch), in TEST()
5023 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(Increment4DTile2DWithUArch), in TEST()
5056 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(Increment4DTile2DWithUArch), in TEST()
5086 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(Increment4DTile2DWithUArch), in TEST()
5122 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(Increment4DTile2DWithUArch), in TEST()
5165 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(IncrementSame4DTile2DWithUArch), in TEST()
5196 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(WorkImbalance4DTile2DWithUArch), in TEST()
/external/XNNPACK/src/operators/
Dconvolution-nhwc.c1046 …convolution_op->compute.task_4d_tile_2d_with_id = (pthreadpool_task_4d_tile_2d_with_id_t) xnn_comp… in setup_convolution2d_nhwc()