Home
last modified time | relevance | path

Searched refs:pthreadpool_task_2d_t (Results 1 – 13 of 13) sorted by relevance

/external/XNNPACK/src/operators/
Dargmax-pooling-nhwc.c282 argmax_pooling_op->compute.task_2d = (pthreadpool_task_2d_t) xnn_compute_argmax_pooling_unipass; in xnn_setup_argmax_pooling2d_nhwc_f32()
285 … argmax_pooling_op->compute.task_2d = (pthreadpool_task_2d_t) xnn_compute_argmax_pooling_multipass; in xnn_setup_argmax_pooling2d_nhwc_f32()
Daverage-pooling-nhwc.c597 …average_pooling_op->compute.task_2d = (pthreadpool_task_2d_t) xnn_compute_pixelwise_average_poolin… in setup_average_pooling2d()
600 …average_pooling_op->compute.task_2d = (pthreadpool_task_2d_t) xnn_compute_pixelwise_average_poolin… in setup_average_pooling2d()
625 … average_pooling_op->compute.task_2d = (pthreadpool_task_2d_t) xnn_compute_average_pooling_unipass; in setup_average_pooling2d()
628 …average_pooling_op->compute.task_2d = (pthreadpool_task_2d_t) xnn_compute_average_pooling_multipas… in setup_average_pooling2d()
Dunpooling-nhwc.c224 unpooling_op->compute.task_2d = (pthreadpool_task_2d_t) xnn_compute_unpooling; in xnn_setup_unpooling2d_nhwc_x32()
Dmax-pooling-nhwc.c316 max_pooling_op->compute.task_2d = (pthreadpool_task_2d_t) xnn_compute_max_pooling; in setup_max_pooling2d_nhwc()
Dconvolution-nchw.c710 convolution_op->compute.task_2d = (pthreadpool_task_2d_t) xnn_compute_dwconv2d_chw; in setup_convolution2d_nchw()
Dconvolution-nhwc.c1134 convolution_op->compute.task_2d = (pthreadpool_task_2d_t) xnn_compute_dwconv_unipass; in setup_convolution2d_nhwc()
/external/pthreadpool/include/
Dpthreadpool.h11 typedef void (*pthreadpool_task_2d_t)(void*, size_t, size_t); typedef
224 pthreadpool_task_2d_t function,
/external/pthreadpool/src/
Dlegacy-api.c45 (pthreadpool_task_2d_t) function, argument, in pthreadpool_compute_2d()
Dshim.c70 pthreadpool_task_2d_t task, in pthreadpool_parallelize_2d()
Dfastpath.c155 …const pthreadpool_task_2d_t task = (pthreadpool_task_2d_t) pthreadpool_load_relaxed_void_p(&thread… in pthreadpool_thread_parallelize_2d_fastpath()
Dportable-api.c144 …const pthreadpool_task_2d_t task = (pthreadpool_task_2d_t) pthreadpool_load_relaxed_void_p(&thread… in thread_parallelize_2d()
1359 pthreadpool_task_2d_t task, in pthreadpool_parallelize_2d()
/external/XNNPACK/src/xnnpack/
Dcompute.h44 pthreadpool_task_2d_t task_2d;
/external/pthreadpool/test/
Dpthreadpool.cc1059 reinterpret_cast<pthreadpool_task_2d_t>(SetTrue2D), in TEST()
1085 reinterpret_cast<pthreadpool_task_2d_t>(SetTrue2D), in TEST()
1112 reinterpret_cast<pthreadpool_task_2d_t>(Increment2D), in TEST()
1139 reinterpret_cast<pthreadpool_task_2d_t>(Increment2D), in TEST()
1163 reinterpret_cast<pthreadpool_task_2d_t>(Increment2D), in TEST()
1193 reinterpret_cast<pthreadpool_task_2d_t>(Increment2D), in TEST()
1226 reinterpret_cast<pthreadpool_task_2d_t>(IncrementSame2D), in TEST()
1255 reinterpret_cast<pthreadpool_task_2d_t>(WorkImbalance2D), in TEST()