Searched refs:pthreadpool_task_2d_tile_2d_t (Results 1 – 10 of 10) sorted by relevance
/external/pthreadpool/include/ |
D | pthreadpool.h | 13 typedef void (*pthreadpool_task_2d_tile_2d_t)(void*, size_t, size_t, size_t, size_t); typedef 302 pthreadpool_task_2d_tile_2d_t function,
|
/external/XNNPACK/src/operators/ |
D | convolution-nhwc.c | 897 … convolution_op->compute.task_2d_tile_2d = (pthreadpool_task_2d_tile_2d_t) xnn_compute_gemm; in setup_convolution2d_nhwc() 901 … convolution_op->compute.task_2d_tile_2d = (pthreadpool_task_2d_tile_2d_t) xnn_compute_gemm; in setup_convolution2d_nhwc() 1019 … convolution_op->compute.task_2d_tile_2d = (pthreadpool_task_2d_tile_2d_t) xnn_compute_igemm; in setup_convolution2d_nhwc() 1028 … convolution_op->compute.task_2d_tile_2d = (pthreadpool_task_2d_tile_2d_t) xnn_compute_igemm; in setup_convolution2d_nhwc()
|
D | fully-connected-nc.c | 229 fully_connected_op->compute.task_2d_tile_2d = (pthreadpool_task_2d_tile_2d_t) xnn_compute_gemm; in setup_fully_connected_nc()
|
D | deconvolution-nhwc.c | 567 deconvolution_op->compute.task_2d_tile_2d = (pthreadpool_task_2d_tile_2d_t) xnn_compute_igemm; in setup_conv_path()
|
/external/pthreadpool/src/ |
D | legacy-api.c | 59 (pthreadpool_task_2d_tile_2d_t) function, argument, in pthreadpool_compute_2d_tiled()
|
D | shim.c | 101 pthreadpool_task_2d_tile_2d_t task, in pthreadpool_parallelize_2d_tile_2d()
|
D | fastpath.c | 251 …const pthreadpool_task_2d_tile_2d_t task = (pthreadpool_task_2d_tile_2d_t) pthreadpool_load_relaxe… in pthreadpool_thread_parallelize_2d_tile_2d_fastpath()
|
D | portable-api.c | 230 …const pthreadpool_task_2d_tile_2d_t task = (pthreadpool_task_2d_tile_2d_t) pthreadpool_load_relaxe… in thread_parallelize_2d_tile_2d() 1447 pthreadpool_task_2d_tile_2d_t task, in pthreadpool_parallelize_2d_tile_2d()
|
/external/XNNPACK/src/xnnpack/ |
D | compute.h | 46 pthreadpool_task_2d_tile_2d_t task_2d_tile_2d;
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 1711 reinterpret_cast<pthreadpool_task_2d_tile_2d_t>(SetTrue2DTile2D), in TEST() 1738 reinterpret_cast<pthreadpool_task_2d_tile_2d_t>(SetTrue2DTile2D), in TEST() 1770 reinterpret_cast<pthreadpool_task_2d_tile_2d_t>(Increment2DTile2D), in TEST() 1798 reinterpret_cast<pthreadpool_task_2d_tile_2d_t>(Increment2DTile2D), in TEST() 1823 reinterpret_cast<pthreadpool_task_2d_tile_2d_t>(Increment2DTile2D), in TEST() 1854 reinterpret_cast<pthreadpool_task_2d_tile_2d_t>(Increment2DTile2D), in TEST() 1892 reinterpret_cast<pthreadpool_task_2d_tile_2d_t>(IncrementSame2DTile2D), in TEST() 1922 reinterpret_cast<pthreadpool_task_2d_tile_2d_t>(WorkImbalance2DTile2D), in TEST()
|