Searched refs:pthreadpool_task_4d_tile_2d_with_id_t (Results 1 – 8 of 8) sorted by relevance
/external/pthreadpool/include/ |
D | pthreadpool.h | 35 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/ |
D | shim.c | 410 pthreadpool_task_4d_tile_2d_with_id_t task, in pthreadpool_parallelize_4d_tile_2d_with_uarch()
|
D | fastpath.c | 1192 …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()
|
D | portable-api.c | 1091 …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/ |
D | compute.h | 57 pthreadpool_task_4d_tile_2d_with_id_t task_4d_tile_2d_with_id;
|
/external/XNNPACK/src/operators/ |
D | deconvolution-nhwc.c | 800 …deconvolution_op->compute.task_4d_tile_2d_with_id = (pthreadpool_task_4d_tile_2d_with_id_t) xnn_co… in setup_conv_path()
|
D | convolution-nhwc.c | 1665 …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/ |
D | pthreadpool.cc | 7477 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()
|