Home
last modified time | relevance | path

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

/external/pthreadpool/include/
Dpthreadpool.h20 typedef void (*pthreadpool_task_5d_t)(void*, size_t, size_t, size_t, size_t, size_t); typedef
799 pthreadpool_task_5d_t function,
/external/XNNPACK/src/operators/
Dconstant-pad-nd.c175 constant_pad_op->compute.task_5d = (pthreadpool_task_5d_t) xnn_compute_pad_5d; in setup_constant_pad_nd()
Dbinary-elementwise-nd.c556 …binary_elementwise_op->compute.task_5d = (pthreadpool_task_5d_t) xnn_compute_elementwise_binary_5d; in setup_binary_elementwise_nd()
/external/pthreadpool/src/
Dshim.c312 pthreadpool_task_5d_t task, in pthreadpool_parallelize_5d()
Dfastpath.c878 …const pthreadpool_task_5d_t task = (pthreadpool_task_5d_t) pthreadpool_load_relaxed_void_p(&thread… in pthreadpool_thread_parallelize_5d_fastpath()
Dportable-api.c807 …const pthreadpool_task_5d_t task = (pthreadpool_task_5d_t) pthreadpool_load_relaxed_void_p(&thread… in thread_parallelize_5d()
2016 pthreadpool_task_5d_t task, in pthreadpool_parallelize_5d()
/external/XNNPACK/src/xnnpack/
Dcompute.h51 pthreadpool_task_5d_t task_5d;
/external/pthreadpool/test/
Dpthreadpool.cc5284 reinterpret_cast<pthreadpool_task_5d_t>(SetTrue5D), in TEST()
5316 reinterpret_cast<pthreadpool_task_5d_t>(SetTrue5D), in TEST()
5349 reinterpret_cast<pthreadpool_task_5d_t>(Increment5D), in TEST()
5382 reinterpret_cast<pthreadpool_task_5d_t>(Increment5D), in TEST()
5412 reinterpret_cast<pthreadpool_task_5d_t>(Increment5D), in TEST()
5448 reinterpret_cast<pthreadpool_task_5d_t>(Increment5D), in TEST()
5487 reinterpret_cast<pthreadpool_task_5d_t>(IncrementSame5D), in TEST()
5516 reinterpret_cast<pthreadpool_task_5d_t>(WorkImbalance5D), in TEST()