Home
last modified time | relevance | path

Searched refs:pthreadpool_task_2d_tile_2d_t (Results 1 – 10 of 10) sorted by relevance

/external/pthreadpool/include/
Dpthreadpool.h13 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/
Dconvolution-nhwc.c897 … 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()
Dfully-connected-nc.c229 fully_connected_op->compute.task_2d_tile_2d = (pthreadpool_task_2d_tile_2d_t) xnn_compute_gemm; in setup_fully_connected_nc()
Ddeconvolution-nhwc.c567 deconvolution_op->compute.task_2d_tile_2d = (pthreadpool_task_2d_tile_2d_t) xnn_compute_igemm; in setup_conv_path()
/external/pthreadpool/src/
Dlegacy-api.c59 (pthreadpool_task_2d_tile_2d_t) function, argument, in pthreadpool_compute_2d_tiled()
Dshim.c101 pthreadpool_task_2d_tile_2d_t task, in pthreadpool_parallelize_2d_tile_2d()
Dfastpath.c251 …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()
Dportable-api.c230 …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/
Dcompute.h46 pthreadpool_task_2d_tile_2d_t task_2d_tile_2d;
/external/pthreadpool/test/
Dpthreadpool.cc1711 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()