Home
last modified time | relevance | path

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

/external/pthreadpool/include/
Dpthreadpool.h35 typedef void (*pthreadpool_task_4d_tile_2d_with_id_t)(void*, uint32_t, size_t, size_t, size_t, size… typedef
1084 pthreadpool_task_4d_tile_2d_with_id_t function,
/external/pthreadpool/src/
Dshim.c410 pthreadpool_task_4d_tile_2d_with_id_t task, in pthreadpool_parallelize_4d_tile_2d_with_uarch()
Dfastpath.c1192 …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.c1091 …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()
2671 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/XNNPACK/src/operators/
Ddeconvolution-nhwc.c800 …deconvolution_op->compute.task_4d_tile_2d_with_id = (pthreadpool_task_4d_tile_2d_with_id_t) xnn_co… in setup_conv_path()
Dconvolution-nhwc.c1665 …convolution_op->compute.task_4d_tile_2d_with_id = (pthreadpool_task_4d_tile_2d_with_id_t) xnn_comp… in setup_convolution2d_nhwc()
/external/pthreadpool/test/
Dpthreadpool.cc7477 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(SetTrue4DTile2DWithUArch), in TEST()
7509 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(SetTrue4DTile2DWithUArch), in TEST()
7546 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(Increment4DTile2DWithUArch), in TEST()
7579 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(Increment4DTile2DWithUArch), in TEST()
7609 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(Increment4DTile2DWithUArch), in TEST()
7645 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(Increment4DTile2DWithUArch), in TEST()
7688 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(IncrementSame4DTile2DWithUArch), in TEST()
7719 reinterpret_cast<pthreadpool_task_4d_tile_2d_with_id_t>(WorkImbalance4DTile2DWithUArch), in TEST()