Home
last modified time | relevance | path

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

/external/XNNPACK/src/operators/
Dglobal-average-pooling-ncw.c142 (pthreadpool_task_2d_tile_1d_t) xnn_compute_global_average_pooling_ncw; in xnn_setup_global_average_pooling_ncw_f32()
Dresize-bilinear-nhwc.c223 resize_op->compute.task_2d_tile_1d = (pthreadpool_task_2d_tile_1d_t) xnn_compute_resize_bilinear; in xnn_setup_resize_bilinear2d_nhwc_f32()
Dresize-bilinear-nchw.c222 …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()
Dconvolution-nchw.c620 convolution_op->compute.task_2d_tile_1d = (pthreadpool_task_2d_tile_1d_t) xnn_compute_spmm; in setup_convolution2d_nchw()
669 …convolution_op->compute.task_2d_tile_1d = (pthreadpool_task_2d_tile_1d_t) xnn_compute_conv2d_hwc2c… in setup_convolution2d_nchw()
/external/pthreadpool/include/
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,
/external/pthreadpool/src/
Dshim.c85 pthreadpool_task_2d_tile_1d_t task, in pthreadpool_parallelize_2d_tile_1d()
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()
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()
/external/XNNPACK/src/xnnpack/
Dcompute.h45 pthreadpool_task_2d_tile_1d_t task_2d_tile_1d;
/external/pthreadpool/test/
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()