Home
last modified time | relevance | path

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

/external/pthreadpool/include/
Dpthreadpool.h32 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/
Dfully-connected-nc.c282 …fully_connected_op->compute.task_2d_tile_2d_with_id = (pthreadpool_task_2d_tile_2d_with_id_t) xnn_… in setup_fully_connected_nc()
Dconvolution-nhwc.c1493 …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()
Ddeconvolution-nhwc.c765 …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/
Dshim.c181 pthreadpool_task_2d_tile_2d_with_id_t task, in pthreadpool_parallelize_2d_tile_2d_with_uarch()
Dfastpath.c505 …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.c459 …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/
Dcompute.h55 pthreadpool_task_2d_tile_2d_with_id_t task_2d_tile_2d_with_id;
/external/pthreadpool/test/
Dpthreadpool.cc3438 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()