Home
last modified time | relevance | path

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

/external/XNNPACK/src/operators/
Dchannel-shuffle-nc.c175 … channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_fixed; in setup_channel_shuffle_nc()
179 … channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_fixed; in setup_channel_shuffle_nc()
183 … channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_fixed; in setup_channel_shuffle_nc()
187 …channel_shuffle_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_channel_shuffle_variable; in setup_channel_shuffle_nc()
Dsoftmax-nc.c178 softmax_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_u8_softmax; in xnn_setup_softmax_nc_qu8()
294 softmax_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_f32_three_pass_softmax; in xnn_setup_softmax_nc_f32()
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.c189 …global_average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_po… in setup_global_average_pooling_nwc()
192 …global_average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_po… in setup_global_average_pooling_nwc()
Dsigmoid-nc.c213 sigmoid_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_lut_strided; in xnn_setup_sigmoid_nc_qu8()
Dleaky-relu-nc.c219 leaky_relu_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_lut_strided; in xnn_setup_leaky_relu_nc_qu8()
Daverage-pooling-nhwc.c500 …average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_pooling_n… in setup_average_pooling2d()
503 …average_pooling_op->compute.task_1d = (pthreadpool_task_1d_t) xnn_compute_global_average_pooling_n… in setup_average_pooling2d()
/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()