Searched refs:pthreadpool_task_3d_tile_2d_t (Results 1 – 8 of 8) sorted by relevance
/external/pthreadpool/include/ |
D | pthreadpool.h | 16 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/ |
D | convolution-nhwc.c | 914 …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()
|
D | deconvolution-nhwc.c | 561 …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/ |
D | shim.c | 175 pthreadpool_task_3d_tile_2d_t task, in pthreadpool_parallelize_3d_tile_2d()
|
D | fastpath.c | 476 …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()
|
D | portable-api.c | 435 …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/ |
D | compute.h | 48 pthreadpool_task_3d_tile_2d_t task_3d_tile_2d;
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 3098 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()
|