Searched refs:pthreadpool_task_2d_tile_2d_with_id_t (Results 1 – 9 of 9) sorted by relevance
/external/pthreadpool/include/ |
D | pthreadpool.h | 32 typedef void (*pthreadpool_task_2d_tile_2d_with_id_t)(void*, uint32_t, size_t, size_t, size_t, size… typedef 535 pthreadpool_task_2d_tile_2d_with_id_t function,
|
/external/XNNPACK/src/operators/ |
D | fully-connected-nc.c | 282 …fully_connected_op->compute.task_2d_tile_2d_with_id = (pthreadpool_task_2d_tile_2d_with_id_t) xnn_… in setup_fully_connected_nc()
|
D | convolution-nhwc.c | 1493 …convolution_op->compute.task_2d_tile_2d_with_id = (pthreadpool_task_2d_tile_2d_with_id_t) xnn_comp… in setup_convolution2d_nhwc() 1630 …convolution_op->compute.task_2d_tile_2d_with_id = (pthreadpool_task_2d_tile_2d_with_id_t) xnn_comp… in setup_convolution2d_nhwc()
|
D | deconvolution-nhwc.c | 765 …deconvolution_op->compute.task_2d_tile_2d_with_id = (pthreadpool_task_2d_tile_2d_with_id_t) xnn_co… in setup_conv_path()
|
/external/pthreadpool/src/ |
D | shim.c | 181 pthreadpool_task_2d_tile_2d_with_id_t task, in pthreadpool_parallelize_2d_tile_2d_with_uarch()
|
D | fastpath.c | 505 …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()
|
D | portable-api.c | 459 …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() 2048 pthreadpool_task_2d_tile_2d_with_id_t task, in pthreadpool_parallelize_2d_tile_2d_with_uarch()
|
/external/XNNPACK/src/xnnpack/ |
D | compute.h | 55 pthreadpool_task_2d_tile_2d_with_id_t task_2d_tile_2d_with_id;
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 3438 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(SetTrue2DTile2DWithUArch), in TEST() 3466 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(SetTrue2DTile2DWithUArch), in TEST() 3499 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(Increment2DTile2DWithUArch), in TEST() 3528 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(Increment2DTile2DWithUArch), in TEST() 3554 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(Increment2DTile2DWithUArch), in TEST() 3586 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(Increment2DTile2DWithUArch), in TEST() 3625 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(IncrementSame2DTile2DWithUArch), in TEST() 3656 reinterpret_cast<pthreadpool_task_2d_tile_2d_with_id_t>(WorkImbalance2DTile2DWithUArch), in TEST()
|