Searched refs:pthreadpool_task_4d_t (Results 1 – 7 of 7) sorted by relevance
/external/pthreadpool/include/ |
D | pthreadpool.h | 17 typedef void (*pthreadpool_task_4d_t)(void*, size_t, size_t, size_t, size_t); typedef 592 pthreadpool_task_4d_t function,
|
/external/XNNPACK/src/operators/ |
D | depth-to-space-nhwc.c | 157 …depth_to_space_op->compute.task_4d = (pthreadpool_task_4d_t) xnn_compute_depthtospace2d_hwc_stride… in xnn_setup_depth_to_space_nhwc_x32()
|
/external/pthreadpool/src/ |
D | shim.c | 219 pthreadpool_task_4d_t task, in pthreadpool_parallelize_4d()
|
D | fastpath.c | 607 …const pthreadpool_task_4d_t task = (pthreadpool_task_4d_t) pthreadpool_load_relaxed_void_p(&thread… in pthreadpool_thread_parallelize_4d_fastpath()
|
D | portable-api.c | 556 …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()
|
/external/XNNPACK/src/xnnpack/ |
D | compute.h | 49 pthreadpool_task_4d_t task_4d;
|
/external/pthreadpool/test/ |
D | pthreadpool.cc | 3819 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()
|