Searched refs:pthreadpool_task_4d_tile_2d_t (Results 1 – 7 of 7) sorted by relevance
/external/pthreadpool/include/ |
D | pthreadpool.h | 15 typedef void (*pthreadpool_task_4d_tile_2d_t)(void*, size_t, size_t, size_t, size_t, size_t, size_t… typedef 117 pthreadpool_task_4d_tile_2d_t function,
|
/external/pthreadpool/src/ |
D | threadpool-shim.c | 115 pthreadpool_task_4d_tile_2d_t task, in pthreadpool_parallelize_4d_tile_2d()
|
D | threadpool-pthreads.c | 889 pthreadpool_task_4d_tile_2d_t task; 920 pthreadpool_task_4d_tile_2d_t task, in pthreadpool_parallelize_4d_tile_2d()
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 1910 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(SetTrue4DTile2D), in TEST() 1941 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(SetTrue4DTile2D), in TEST() 1977 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(Increment4DTile2D), in TEST() 2009 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(Increment4DTile2D), in TEST() 2038 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(Increment4DTile2D), in TEST() 2073 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(Increment4DTile2D), in TEST() 2117 reinterpret_cast<pthreadpool_task_4d_tile_2d_t>(WorkImbalance4DTile2D), in TEST()
|
/external/XNNPACK/src/xnnpack/ |
D | compute.h | 40 pthreadpool_task_4d_tile_2d_t task_4d_tile_2d;
|
/external/XNNPACK/src/ |
D | deconvolution-nhwc.c | 639 deconvolution_op->compute.task_4d_tile_2d = (pthreadpool_task_4d_tile_2d_t) xnn_compute_gigemm; in setup_conv_path()
|
D | convolution-nhwc.c | 936 … convolution_op->compute.task_4d_tile_2d = (pthreadpool_task_4d_tile_2d_t) xnn_compute_gigemm; in setup_convolution2d_nhwc()
|