Home
last modified time | relevance | path

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

/external/pthreadpool/include/
Dpthreadpool.h16 typedef void (*pthreadpool_task_3d_tile_2d_t)(void*, size_t, size_t, size_t, size_t, size_t); typedef
487 pthreadpool_task_3d_tile_2d_t function,
/external/XNNPACK/src/operators/
Dconvolution-nhwc.c914 …convolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_grouped_gemm; in setup_convolution2d_nhwc()
918 …convolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_grouped_gemm; in setup_convolution2d_nhwc()
1016 … convolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_batch_igemm; in setup_convolution2d_nhwc()
1025 … convolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_batch_igemm; in setup_convolution2d_nhwc()
1057 …convolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_grouped_igem… in setup_convolution2d_nhwc()
1066 …convolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_grouped_igem… in setup_convolution2d_nhwc()
Ddeconvolution-nhwc.c561 …deconvolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_batch_igem… in setup_conv_path()
583 …deconvolution_op->compute.task_3d_tile_2d = (pthreadpool_task_3d_tile_2d_t) xnn_compute_grouped_ig… in setup_conv_path()
/external/pthreadpool/src/
Dshim.c175 pthreadpool_task_3d_tile_2d_t task, in pthreadpool_parallelize_3d_tile_2d()
Dfastpath.c476 …const pthreadpool_task_3d_tile_2d_t task = (pthreadpool_task_3d_tile_2d_t) pthreadpool_load_relaxe… in pthreadpool_thread_parallelize_3d_tile_2d_fastpath()
Dportable-api.c435 …const pthreadpool_task_3d_tile_2d_t task = (pthreadpool_task_3d_tile_2d_t) pthreadpool_load_relaxe… in thread_parallelize_3d_tile_2d()
1656 pthreadpool_task_3d_tile_2d_t task, in pthreadpool_parallelize_3d_tile_2d()
/external/XNNPACK/src/xnnpack/
Dcompute.h48 pthreadpool_task_3d_tile_2d_t task_3d_tile_2d;
/external/pthreadpool/test/
Dpthreadpool.cc3098 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(SetTrue3DTile2D), in TEST()
3127 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(SetTrue3DTile2D), in TEST()
3161 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(Increment3DTile2D), in TEST()
3191 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(Increment3DTile2D), in TEST()
3218 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(Increment3DTile2D), in TEST()
3251 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(Increment3DTile2D), in TEST()
3291 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(IncrementSame3DTile2D), in TEST()
3321 reinterpret_cast<pthreadpool_task_3d_tile_2d_t>(WorkImbalance3DTile2D), in TEST()