Home
last modified time | relevance | path

Searched refs:pthreadpool_task_4d_t (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pthreadpool/include/
H A Dpthreadpool.h17 typedef void (*pthreadpool_task_4d_t)(void*, size_t, size_t, size_t, size_t); typedef
592 pthreadpool_task_4d_t function,
/aosp_15_r20/external/XNNPACK/src/operators/
H A Ddepth-to-space-nhwc.c215 …depth_to_space_op->compute.task_4d = (pthreadpool_task_4d_t) xnn_compute_depthtospace2d_hwc_stride… in setup_depth_to_space_nhwc()
H A Dbinary-elementwise-nd.c1029 …binary_elementwise_op->compute.task_4d = (pthreadpool_task_4d_t) xnn_compute_elementwise_binary_4d; in setup_binary_elementwise_nd()
/aosp_15_r20/external/pthreadpool/src/
H A Dshim.c219 pthreadpool_task_4d_t task, in pthreadpool_parallelize_4d()
H A Dfastpath.c607 …const pthreadpool_task_4d_t task = (pthreadpool_task_4d_t) pthreadpool_load_relaxed_void_p(&thread… in pthreadpool_thread_parallelize_4d_fastpath()
H A Dportable-api.c556 …const pthreadpool_task_4d_t task = (pthreadpool_task_4d_t) pthreadpool_load_relaxed_void_p(&thread… in thread_parallelize_4d()
1777 pthreadpool_task_4d_t task, in pthreadpool_parallelize_4d()
/aosp_15_r20/external/pthreadpool/test/
H A Dpthreadpool.cc3819 reinterpret_cast<pthreadpool_task_4d_t>(SetTrue4D), in TEST()
3849 reinterpret_cast<pthreadpool_task_4d_t>(SetTrue4D), in TEST()
3880 reinterpret_cast<pthreadpool_task_4d_t>(Increment4D), in TEST()
3911 reinterpret_cast<pthreadpool_task_4d_t>(Increment4D), in TEST()
3939 reinterpret_cast<pthreadpool_task_4d_t>(Increment4D), in TEST()
3973 reinterpret_cast<pthreadpool_task_4d_t>(Increment4D), in TEST()
4010 reinterpret_cast<pthreadpool_task_4d_t>(IncrementSame4D), in TEST()
4039 reinterpret_cast<pthreadpool_task_4d_t>(WorkImbalance4D), in TEST()
/aosp_15_r20/external/XNNPACK/src/xnnpack/
H A Dcompute.h49 pthreadpool_task_4d_t task_4d;