Home
last modified time | relevance | path

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

/external/pthreadpool/include/
Dpthreadpool.h34 typedef void (*pthreadpool_task_3d_tile_2d_with_id_t)(void*, uint32_t, size_t, size_t, size_t, size… typedef
881 pthreadpool_task_3d_tile_2d_with_id_t function,
/external/XNNPACK/src/operators/
Ddeconvolution-nhwc.c762 …deconvolution_op->compute.task_3d_tile_2d_with_id = (pthreadpool_task_3d_tile_2d_with_id_t) xnn_co… in setup_conv_path()
803 …deconvolution_op->compute.task_3d_tile_2d_with_id = (pthreadpool_task_3d_tile_2d_with_id_t) xnn_co… in setup_conv_path()
Dconvolution-nhwc.c1510 …convolution_op->compute.task_3d_tile_2d_with_id = (pthreadpool_task_3d_tile_2d_with_id_t) xnn_comp… in setup_convolution2d_nhwc()
1627 …convolution_op->compute.task_3d_tile_2d_with_id = (pthreadpool_task_3d_tile_2d_with_id_t) xnn_comp… in setup_convolution2d_nhwc()
1668 …convolution_op->compute.task_3d_tile_2d_with_id = (pthreadpool_task_3d_tile_2d_with_id_t) xnn_comp… in setup_convolution2d_nhwc()
/external/pthreadpool/src/
Dshim.c320 pthreadpool_task_3d_tile_2d_with_id_t task, in pthreadpool_parallelize_3d_tile_2d_with_uarch()
Dfastpath.c928 …const pthreadpool_task_3d_tile_2d_with_id_t task = (pthreadpool_task_3d_tile_2d_with_id_t) pthread… in pthreadpool_thread_parallelize_3d_tile_2d_with_uarch_fastpath()
Dportable-api.c847 …const pthreadpool_task_3d_tile_2d_with_id_t task = (pthreadpool_task_3d_tile_2d_with_id_t) pthread… in thread_parallelize_3d_tile_2d_with_uarch()
2437 pthreadpool_task_3d_tile_2d_with_id_t task, in pthreadpool_parallelize_3d_tile_2d_with_uarch()
/external/XNNPACK/src/xnnpack/
Dcompute.h56 pthreadpool_task_3d_tile_2d_with_id_t task_3d_tile_2d_with_id;
/external/pthreadpool/test/
Dpthreadpool.cc6025 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(SetTrue3DTile2DWithUArch), in TEST()
6055 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(SetTrue3DTile2DWithUArch), in TEST()
6090 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(Increment3DTile2DWithUArch), in TEST()
6121 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(Increment3DTile2DWithUArch), in TEST()
6149 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(Increment3DTile2DWithUArch), in TEST()
6183 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(Increment3DTile2DWithUArch), in TEST()
6224 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(IncrementSame3DTile2DWithUArch), in TEST()
6255 reinterpret_cast<pthreadpool_task_3d_tile_2d_with_id_t>(WorkImbalance3DTile2DWithUArch), in TEST()