Searched refs:pthreadpool_task_2d_tile_1d_t (Results 1 – 10 of 10) sorted by relevance
/external/XNNPACK/src/operators/ |
D | global-average-pooling-ncw.c | 142 (pthreadpool_task_2d_tile_1d_t) xnn_compute_global_average_pooling_ncw; in xnn_setup_global_average_pooling_ncw_f32()
|
D | resize-bilinear-nhwc.c | 223 resize_op->compute.task_2d_tile_1d = (pthreadpool_task_2d_tile_1d_t) xnn_compute_resize_bilinear; in xnn_setup_resize_bilinear2d_nhwc_f32()
|
D | resize-bilinear-nchw.c | 222 …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()
|
D | convolution-nchw.c | 620 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/ |
D | pthreadpool.h | 12 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/ |
D | shim.c | 85 pthreadpool_task_2d_tile_1d_t task, in pthreadpool_parallelize_2d_tile_1d()
|
D | fastpath.c | 201 …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()
|
D | portable-api.c | 185 …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/ |
D | compute.h | 45 pthreadpool_task_2d_tile_1d_t task_2d_tile_1d;
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 1376 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()
|