Home
last modified time | relevance | path

Searched refs:pthreadpool_task_1d_t (Results 1 – 17 of 17) sorted by relevance

/external/XNNPACK/src/operators/
Dchannel-shuffle-nc.c176 … channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_fixed; in setup_channel_shuffle_nc()
180 … channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_fixed; in setup_channel_shuffle_nc()
184 … channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_fixed; in setup_channel_shuffle_nc()
188 …channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_variable; in setup_channel_shuffle_nc()
Dsoftmax-nc.c181 softmax_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_u8_softmax; in xnn_setup_softmax_nc_qu8()
352 softmax_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_floating_point_softmax; in setup_softmax_nc_floating_point()
Ddepth-to-space-nchw2nhwc.c146 depth_to_space_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_depthtospace2d_chw2hwc; in xnn_setup_depth_to_space_nchw2nhwc_x32()
Dglobal-average-pooling-nwc.c190 …global_average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_po… in setup_global_average_pooling_nwc()
193 …global_average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_po… in setup_global_average_pooling_nwc()
Dlut-elementwise-nc.c385 lut_elementwise_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_lut_strided; in setup_lut_elementwise_nc()
Daverage-pooling-nhwc.c711 …average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_pooling_n… in setup_average_pooling2d()
714 …average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_pooling_n… in setup_average_pooling2d()
Dtranspose-nd.c252 transpose_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_univector_contiguous; in setup_transpose_nd()
Dbinary-elementwise-nd.c1012 …binary_elementwise_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_elementwise_binary_1d; in setup_binary_elementwise_nd()
/external/pthreadpool/src/
Dlegacy-api.c21 (pthreadpool_task_1d_t) function, argument, in pthreadpool_compute_1d()
131 (pthreadpool_task_1d_t) compute_3d_tiled, &context, in pthreadpool_compute_3d_tiled()
222 (pthreadpool_task_1d_t) compute_4d_tiled, &context, in pthreadpool_compute_4d_tiled()
Dshim.c31 pthreadpool_task_1d_t task, in pthreadpool_parallelize_1d()
Dfastpath.c32 …const pthreadpool_task_1d_t task = (pthreadpool_task_1d_t) pthreadpool_load_relaxed_void_p(&thread… in pthreadpool_thread_parallelize_1d_fastpath()
Dportable-api.c36 …const pthreadpool_task_1d_t task = (pthreadpool_task_1d_t) pthreadpool_load_relaxed_void_p(&thread… in thread_parallelize_1d()
1233 pthreadpool_task_1d_t task, in pthreadpool_parallelize_1d()
/external/pthreadpool/examples/
Daddition.c32 (pthreadpool_task_1d_t) add_arrays, in main()
/external/pthreadpool/include/
Dpthreadpool.h9 typedef void (*pthreadpool_task_1d_t)(void*, size_t); typedef
113 pthreadpool_task_1d_t function,
/external/pthreadpool/
DREADME.md44 (pthreadpool_task_1d_t) add_arrays,
/external/XNNPACK/src/xnnpack/
Dcompute.h42 pthreadpool_task_1d_t task_1d;
/external/pthreadpool/test/
Dpthreadpool.cc192 reinterpret_cast<pthreadpool_task_1d_t>(SetTrue1D), in TEST()
215 reinterpret_cast<pthreadpool_task_1d_t>(SetTrue1D), in TEST()
238 reinterpret_cast<pthreadpool_task_1d_t>(Increment1D), in TEST()
261 reinterpret_cast<pthreadpool_task_1d_t>(Increment1D), in TEST()
281 reinterpret_cast<pthreadpool_task_1d_t>(Increment1D), in TEST()
307 reinterpret_cast<pthreadpool_task_1d_t>(Increment1D), in TEST()
336 reinterpret_cast<pthreadpool_task_1d_t>(IncrementSame1D), in TEST()
365 reinterpret_cast<pthreadpool_task_1d_t>(WorkImbalance1D), in TEST()