Home
last modified time | relevance | path

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

/aosp_15_r20/external/pthreadpool/include/
H A Dpthreadpool.h12 typedef void (*pthreadpool_task_2d_tile_1d_t)(void*, size_t, size_t, size_t); typedef
261 pthreadpool_task_2d_tile_1d_t function,
/aosp_15_r20/external/XNNPACK/src/operators/
H A Dglobal-average-pooling-ncw.c143 (pthreadpool_task_2d_tile_1d_t) xnn_compute_global_average_pooling_ncw; in xnn_setup_global_average_pooling_ncw_f32()
H A Dconvolution-nchw.c640 convolution_op->compute.task_2d_tile_1d = (pthreadpool_task_2d_tile_1d_t) xnn_compute_spmm; in setup_convolution2d_nchw()
693 …convolution_op->compute.task_2d_tile_1d = (pthreadpool_task_2d_tile_1d_t) xnn_compute_conv2d_hwc2c… in setup_convolution2d_nchw()
H A Dresize-bilinear-nchw.c229 …resize_op->compute.task_2d_tile_1d = (pthreadpool_task_2d_tile_1d_t) xnn_compute_resize_bilinear_c… in xnn_setup_resize_bilinear2d_nchw_f32()
H A Dresize-bilinear-nhwc.c312 resize_op->compute.task_2d_tile_1d = (pthreadpool_task_2d_tile_1d_t) xnn_compute_resize_bilinear; in setup_resize_bilinear2d_nhwc()
/aosp_15_r20/external/pthreadpool/src/
H A Dshim.c85 pthreadpool_task_2d_tile_1d_t task, in pthreadpool_parallelize_2d_tile_1d()
H A Dfastpath.c201 …const pthreadpool_task_2d_tile_1d_t task = (pthreadpool_task_2d_tile_1d_t) pthreadpool_load_relaxe… in pthreadpool_thread_parallelize_2d_tile_1d_fastpath()
H A Dportable-api.c185 …const pthreadpool_task_2d_tile_1d_t task = (pthreadpool_task_2d_tile_1d_t) pthreadpool_load_relaxe… in thread_parallelize_2d_tile_1d()
1401 pthreadpool_task_2d_tile_1d_t task, in pthreadpool_parallelize_2d_tile_1d()
/aosp_15_r20/external/pthreadpool/test/
H A Dpthreadpool.cc1376 reinterpret_cast<pthreadpool_task_2d_tile_1d_t>(SetTrue2DTile1D), in TEST()
1402 reinterpret_cast<pthreadpool_task_2d_tile_1d_t>(SetTrue2DTile1D), in TEST()
1431 reinterpret_cast<pthreadpool_task_2d_tile_1d_t>(Increment2DTile1D), in TEST()
1458 reinterpret_cast<pthreadpool_task_2d_tile_1d_t>(Increment2DTile1D), in TEST()
1482 reinterpret_cast<pthreadpool_task_2d_tile_1d_t>(Increment2DTile1D), in TEST()
1512 reinterpret_cast<pthreadpool_task_2d_tile_1d_t>(Increment2DTile1D), in TEST()
1547 reinterpret_cast<pthreadpool_task_2d_tile_1d_t>(IncrementSame2DTile1D), in TEST()
1576 reinterpret_cast<pthreadpool_task_2d_tile_1d_t>(WorkImbalance2DTile1D), in TEST()
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dcompute.h45 pthreadpool_task_2d_tile_1d_t task_2d_tile_1d;